Serial Framework C++ Edition

◆ OnCreateProcessor()

__event void OnCreateProcessor ( void *  Sender,
CwclClientDataConnection *const  Connection 
)

The event fires when connection to a remote device has been established with success to allow application provide a data processor for the connection.

Parameters
SenderThe object that initiated the event.
ConnectionThe CwclClientDataConnection object that requires a Data Processor.

If an application needs an additional data processing it can use Data Processors. An application must create a Data Processor inside this event handler. If a Data Processor created for the connection the OnData event will NOT fire.

See also
CwclClientDataConnection, CwclCustomClientDataProcessor