TwclBluetoothNumericComparisonEvent Delegate

The OnNumericComparison event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothNumericComparisonEvent = procedure(Sender: TObject;
 const Radio: TwclBluetoothRadio; const Address: Int64;
 const Number: Cardinal; out Confirm: Boolean) of object;

Parameters

Sender

The object initiates the event.

Radio

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

Address

A remote device's MAC address.

Number

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

Confirm

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