TwclBluetoothDeviceResultEvent Delegate

The common event handler prototype used for a remote Bluetooth device's operations result notifications.

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

Error

An operation result code.