Click or drag to resize

wclRfCommServerConnection Methods

The wclRfCommServerConnection type exposes the following members.

Methods
 NameDescription
Public methodClose The method disconnects all connected clients and closes the server.
(Inherited from wclServerConnection)
Protected methodCreateNewClientConnection Sends a notification to the main thread to create and init new client connection.
(Inherited from wclServerConnection)
Protected methodDoClosed Fires the OnClosed event.
(Inherited from wclServerConnection)
Protected methodDoConnect Fires the OnConnect event.
(Inherited from wclServerConnection)
Protected methodDoData Fires the OnData event.
(Inherited from wclServerDataConnection)
Protected methodDoDisconnect Fires the OnDisconnect event.
(Inherited from wclServerConnection)
Protected methodDoGetSdpAttributes Fires the GetSdpAttributes event.
Protected methodDoListen Fires the OnListen event.
(Inherited from wclServerConnection)
Protected methodEnter Enters the connection's critical section.
(Inherited from wclCustomConnection)
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalize Frees the server connection.
(Inherited from wclServerConnection)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodHalClose Implements a hardware-dependent method to stop listening.
(Inherited from wclServerConnection)
Protected methodHalCreateClient The method creates a hardware and transport-dependent client connection.
(Inherited from wclServerConnection)
Protected methodHalListen Implements a hardware-dependent method for listening the client connections.
(Inherited from wclServerConnection)
Protected methodHalPrepare Implements a hardware-dependent code that prepares for listening.
(Inherited from wclServerConnection)
Protected methodInternalClose Closes the server.
(Inherited from wclServerConnection)
Protected methodLeave Exists *leaves) the connection's critical section.
(Inherited from wclCustomConnection)
Public methodListen The method starts listening for client connections.
(Inherited from wclServerConnection)
Public methodListen(Guid, String, Byte, Boolean, Boolean) The method starts listening for client connections.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMessageReceived The method called when a new notification message received.
(Overrides wclServerConnectionMessageReceived(wclMessage))
Protected methodSetAssignedChannel Sets the assigned RFCOMM channel number.
Protected methodSetClientEvents The method sets the client's event handlers.
(Inherited from wclServerDataConnection)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also