BlueLibs documentation

BlueLibs.OBEX.Client Namespace

OBEX Client implemntaions

Namespace hierarchy

Classes

Class Description
OBEXClient base class for all OBEX based clients. Inherit from this to create user defined obex clients. OBEX connection is established in following simple steps in OBEXConnect method: 1) connection request (OBEX CONNECT command) is created by MakeOBEXConnectCmd method 2) connection response is parsed and processed for custom obex clients please override connection command generation (MakeOBEXConnectCmd) and (GetConnectionHeaders) in this class only WHO and CONNECTION_ID headers are kept
OBEXFtpClient Class implementing OBEX File Transfer Protocol client
OBEXObjectPushClient Class that implements OBEX Object push client functionality.

Delegates

Delegate Description
OBEXClient.OnReadingData delegate called when obex has read data from the device
OBEXClient.OnReceivingResponse delegate called when obex client has received response from the device
OBEXClient.OnSendingCommand delegate called when obex client is about to send data to the device
OBEXClient.OnSendingData delegate called when obex client is about to send data to the device