Click or drag to resize

wclRfCommServerOnCreateProcessor 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
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public event wclServerConnectionProcessorEvent OnCreateProcessor

Value

wclServerConnectionProcessorEvent
Remarks
If an application needs an additional data processed 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