TwclBluetoothManager.DoNumericComparison(TwclBluetoothRadio,Int64,Cardinal,Boolean) Method

Fires the OnNumericComparison event.

Namespace: wclBluetooth
protected
 procedure DoNumericComparison(const Radio: TwclBluetoothRadio;
 const Address: Int64; const Number: Cardinal;
 var Confirm: Boolean); virtual;

Parameters

Radio
Type: TwclBluetoothRadio

A TwclBluetoothRadio object represents a Bluetooth driver that fired the event.

Address
Type: Int64

A remote device's MAC address.

Number
Type: Cardinal

A number sent by a remote device to display and compare.

Confirm
Type: Boolean

An application must set this parameter to True to confirm pairing. Set it to False to reject pairing.