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
For a list of all members of this type, see OBEXClient Members.
System.Object
BlueLibs.OBEX.Client.OBEXClient
BlueLibs.OBEX.Client.OBEXFtpClient
BlueLibs.OBEX.Client.OBEXObjectPushClient
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: BlueLibs.OBEX.Client
Assembly: BlueLibs (in BlueLibs.dll)