Click or drag to resize

wclRfCommServerDoCreateProcessor Method

Fires the OnCreateProcessor event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoCreateProcessor(
	wclServerClientDataConnection Connection
)

Parameters

Connection  wclServerClientDataConnection
The wclServerClientDataConnection object that requires a data processor.
See Also