System.Bluetooth.TBluetoothGattServer.OnClientUnsubscribed

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnClientUnsubscribed: TGattCharacteristicSubscriptionEvent read FOnClientUnsubscribed write FOnClientUnsubscribed;

C++

__property TGattCharacteristicSubscriptionEvent OnClientUnsubscribed = {read=FOnClientUnsubscribed, write=FOnClientUnsubscribed};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

クライアントが GATT サーバーのある特性から登録解除した際に発生します。

このイベントのハンドラは、次の引数を受け取ります:

関連項目