TwclBluetoothPasskeyRequestEvent Delegate

The OnPasskeyRequest event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothPasskeyRequestEvent = procedure(Sender: TObject;
 const Radio: TwclBluetoothRadio; const Address: Int64;
 out Passkey: Cardinal) 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.

Passkey

A Passkey provided by an application.