Class Protocols.OBEX.Client

Inheritance graph
Protocols.OBEX.Client Protocols.OBEX.ATClient
Description

An OBEX client

See also

ATclient


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.