TwclRfCommClient.OnCreateProcessor Event

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

Namespace: wclBluetooth
published
 property OnCreateProcessor: TwclClientConnectionProcessorEvent
 read FOnCreateProcessor write FOnCreateProcessor;

If an application needs an additional data processit 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.