System.Bluetooth.TGattCharacteristicSubscriptionEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TGattCharacteristicSubscriptionEvent = procedure(const Sender: TObject; const AClientId: string;
const ACharacteristic: TBluetoothGattCharacteristic) of object;

C++

typedef void __fastcall (__closure *TGattCharacteristicSubscriptionEvent)(System::TObject* const Sender, const System::UnicodeString AClientId, TBluetoothGattCharacteristic* const ACharacteristic);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Type of event handler for characteristic subscription or unsubscription events.

The following events require this event handler: