Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[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.