Click or drag to resize

wclBluetoothResultEvent Delegate

The common Bluetooth result even handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothResultEvent(
	Object Sender,
	wclBluetoothRadio Radio,
	int Error
)

Parameters

Sender  Object
The object initiates the event.
Radio  wclBluetoothRadio
A wclBluetoothRadio object represents a Bluetooth driver that fired the event.
Error  Int32
An operation result code.
See Also