Click or drag to resize

wclBluetoothNumericComparisonEvent Delegate

The OnNumericComparison event handler prototype.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public delegate void wclBluetoothNumericComparisonEvent(
	Object Sender,
	wclBluetoothRadio Radio,
	long Address,
	uint Number,
	out bool Confirm
)

Parameters

Sender  Object
The object initiates the event.
Radio  wclBluetoothRadio
A wclBluetoothRadio object represents a Bluetooth driver that fired the event.
Address  Int64
A remote device's MAC address.
Number  UInt32
A number sent by a remote device to display and compare.
Confirm  Boolean
An application must set this parameter to True to confirm pairing. Set it to False to reject pairing.
See Also