System.Bluetooth.TBluetoothGattServer.DoOnClientSubscribed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Dispatcher des Ereignisses OnClientSubscribed.

Der GATT-Server ruft DoOnClientSubscribed auf, wenn ein Client ein Merkmal abonniert.

Die Behandlungsroutine dieses Ereignisses erhält die folgenden Argumente:

Siehe auch

Abgerufen von „https://docwiki.embarcadero.com/Libraries/Sydney/d/index.php?title=System.Bluetooth.TBluetoothGattServer.DoOnClientSubscribed&oldid=757261"