Click or drag to resize

wclRfCommServerConnection Events

The wclRfCommServerConnection type exposes the following members.

Events
 NameDescription
Public eventGetSdpAttributes The event fires when the server builds SDP record for the service it runs. If an application needs to provide additional attributes it should handle the event. By default no additional attributes is added for the SDP record.
Public eventOnClosed The event fires when the server is closed.
(Inherited from wclServerConnection)
Public eventOnConnect The event fires when a remote client is connected to the server.
(Inherited from wclServerConnection)
Public eventOnData The event fires when new data is received from the connected remote device.
(Inherited from wclServerDataConnection)
Public eventOnDisconnect The event fires when a remote client has disconnected from the server.
(Inherited from wclServerConnection)
Public eventOnListen The event fires when the server is ready to accept incoming connections (is in listening state).
(Inherited from wclServerConnection)
Top
See Also