[Top]
Protocols
Protocols.OBEX
Protocols.OBEX.Client
|
Method Protocols.OBEX.Client()->create()
- Method
create
void Protocols.OBEX.Client(Stdio.Stream _con)
- Description
Initialize the client by establishing a connection to the
server at the other end of the provided transport stream
- Parameter _con
A stream for writing requests and reading back responses.
Typically this is some kind of serial port.
|