TwclBluetoothOobDataRequestEvent Delegate

The OnOobDataRequest event handler prototype.

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

OobData

An application must set this parameter to the Out Of Band data received from peer device.