BlueLibs documentation

OBEXOPPConnection Properties

The properties of the OBEXOPPConnection class are listed below. For a complete list of OBEXOPPConnection class members, see the OBEXOPPConnection Members topic.

Public Instance Properties

Connected (inherited from OBEXConnectionBase) Returns the current status of the connection. When set this property it performs connect or disconnect actions. The value set in design time is not persisted.
Container (inherited from Component) Gets the IContainer that contains the Component.
Device (inherited from OBEXConnectionBase) Returns and sets an IDevice implementer class that represents a selected device to connect to.
MaxOBEXPacketLen (inherited from OBEXConnectionBase) Sets the maximum length supported for the OBEX packets. Actual packet length depends on what packet length the server supports. Check the property after establishing the connection to get actual used packet length.
OBEXClientHandle (inherited from OBEXConnectionBase) Returns OBEXClient or descendant object that handles current connection.
ReceiveTimeout (inherited from OBEXConnectionBase) Sets the timeout to use on receive in milliseconds
SendTimeout (inherited from OBEXConnectionBase) Sets the timeout to use on send in milliseconds
Site (inherited from OBEXConnectionBase) See Site
UseAsyncComm (inherited from OBEXConnectionBase) Set to true to use asynchronous communication through socket.
UseService Returns ObjectPush Service UUID that is used to connect to remote device.

Protected Instance Properties

DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component) Gets the list of event handlers that are attached to this Component.
ServiceID (inherited from OBEXConnectionBase) Service UUID to use to connect to remote device.

See Also

OBEXOPPConnection Class | BlueLibs.Components Namespace