System.Bluetooth.TBluetoothGattServer.OnClientSubscribed

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

Delphi

property OnClientSubscribed: TGattCharacteristicSubscriptionEvent read FOnClientSubscribed write FOnClientSubscribed;

C++

__property TGattCharacteristicSubscriptionEvent OnClientSubscribed = {read=FOnClientSubscribed, write=FOnClientSubscribed};

プロパティ

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


説明

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

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

関連項目