Click or drag to resize

wclRfCommClient Events

The wclRfCommClient type exposes the following members.

Events
 NameDescription
Public eventOnConnect The event fires when a connection to a remote device has been completed (with or without success).
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 the remote connected device has been disconnected.
Top
See Also