Click or drag to resize

BluetoothConnection Methods

The BluetoothConnection type exposes the following members.

Methods
  NameDescription
Public methodAppendIncomingPacketHandlerincomingObjectType(String, NetworkCommsPacketHandlerCallBackDelegateincomingObjectType) (Inherited from Connection.)
Public methodAppendIncomingPacketHandlerincomingObjectType(String, NetworkCommsPacketHandlerCallBackDelegateincomingObjectType, SendReceiveOptions) (Inherited from Connection.)
Public methodAppendIncomingUnmanagedPacketHandler (Inherited from Connection.)
Public methodAppendShutdownHandler (Inherited from Connection.)
Public methodCloseConnection (Inherited from Connection.)
Public methodConnectionAlive (Inherited from Connection.)
Public methodConnectionAlive(Int32) (Inherited from Connection.)
Public methodConnectionAlive(Int32, Int64) (Inherited from Connection.)
Public methodDispose (Inherited from Connection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstablishConnection (Inherited from Connection.)
Public methodStatic memberGetConnection(ConnectionInfo, Boolean)
Public methodStatic memberGetConnection(ConnectionInfo, SendReceiveOptions, Boolean)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncomingPacketHandlerExists(String) (Inherited from Connection.)
Public methodIncomingPacketHandlerExists(String, Delegate) (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists (Inherited from Connection.)
Public methodIncomingUnmanagedPacketHandlerExists(Delegate) (Inherited from Connection.)
Public methodPacketTypeUnwrapperOptions (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler(String) (Inherited from Connection.)
Public methodRemoveIncomingPacketHandler(String, Delegate) (Inherited from Connection.)
Public methodRemoveIncomingUnmanagedPacketHandler (Inherited from Connection.)
Public methodRemoveIncomingUnmanagedPacketHandler(Delegate) (Inherited from Connection.)
Public methodRemoveShutdownHandler (Inherited from Connection.)
Public methodSendObject(String) (Inherited from Connection.)
Public methodSendObject(String, Int64) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, SendReceiveOptions) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, Int64) (Inherited from Connection.)
Public methodSendObjectsendObjectType(String, sendObjectType, SendReceiveOptions, Int64) (Inherited from Connection.)
Public methodSendPacketpacketPayloadObjectType(IPacket) (Inherited from Connection.)
Public methodSendPacketpacketPayloadObjectType(IPacket, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectreturnObjectType(String, String, Int32) (Inherited from Connection.)
Public methodSendReceiveObjectreturnObjectType(String, String, Int32, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, Int64) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, SendReceiveOptions, SendReceiveOptions) (Inherited from Connection.)
Public methodSendReceiveObjectsendObjectType, returnObjectType(String, String, Int32, sendObjectType, SendReceiveOptions, SendReceiveOptions, Int64) (Inherited from Connection.)
Public methodSendUnmanagedBytes (Inherited from Connection.)
Public methodToString (Inherited from Connection.)
Public methodTriggerSpecificPacketHandlers (Inherited from Connection.)
Top
See Also