Serial Framework C++ Edition

◆ OnDestroyProcessor()

__event void OnDestroyProcessor ( void *  Sender,
CwclClientDataConnection *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 CwclClientDataConnection object that requires a Data Processor.
See also
CwclClientDataConnection, CwclCustomClientDataProcessor