System.Bluetooth.TBluetoothGattServer.DoOnClientUnsubscribed

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

virtual void __fastcall DoOnClientUnsubscribed(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 OnClientUnsubscribed.

Der GATT-Server ruft DoOnClientUnsubscribed auf, wenn ein Client das Abonnement eines Merkmals aufhebt.

Die Behandlungsroutine dieses Ereignisses erhält die folgenden Argumente:

Siehe auch