System.Bluetooth.Components.TBluetoothLE.DoOnCharacteristicSubscribed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnCharacteristicSubscribed(const Sender: TObject; const AClientId: string;
const ACharacteristic: TBluetoothGattCharacteristic);

C++

void __fastcall DoOnCharacteristicSubscribed(System::TObject* const Sender, const System::UnicodeString AClientId, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Dispatcher of the OnCharacteristicSubscribed event.