Bluetooth Framework C++ Edition

◆ OnDestroyProcessor()

__event void OnDestroyProcessor ( void *  Sender,
CwclServerClientDataConnection *const  Connection 
)

The event fires when connection to a remote device has been terminated. An application must destroy the Data Processor created for the connection.

Parameters
SenderThe object that initiated the event.
ConnectionThe CwclServerClientDataConnection object that requires a Data Processor.
See also
CwclCustomServerClientDataProcessor, CwclServerDataConnection, CwclServerClientDataConnection