TwclBluetoothDeviceEvent Delegate

The common event for notifications when a remote device's MAC address required.

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