Method Protocols.OBEX.Client()->create()
- Method
create
Protocols.OBEX.Client 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.