TwclBluetoothPinRequestEvent Delegate

The OnPinRequest event handler prototype.

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

Pin

A PIN code provided by an application.