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