Click or drag to resize

wclRfCommServer Events

The wclRfCommServer 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.
Public eventOnConnect The event fires when a remote client is connected to the server.
Public eventOnCreateProcessor The event fires when connection to a remote device has been established with success to allow application provide a data processor for the connection.
Public eventOnData The event fires when new data is received from the connected remote device.
Public eventOnDestroyProcessor The event fires when connection to a remote device has been terminated. An application must destroy the Data Processor created for the connection.
Public eventOnDisconnect The event fires when a remote client has disconnected from the server.
Public eventOnListen The event fires when the server is ready to accept incoming connections (is in listening state).
Top
See Also