Click or drag to resize

wclBluetoothManagerDoNumericComparison Method

Fires the OnNumericComparison event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected internal virtual void DoNumericComparison(
	wclBluetoothRadio Radio,
	long Address,
	uint Number,
	ref bool Confirm
)

Parameters

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 a pairing. Set it to False to reject pairing.
See Also