System.Bluetooth.TBluetoothGattServer.DoOnClientSubscribed

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

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);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

OnClientSubscribed イベントのディスパッチャ

GATT サーバーは、クライアントがある特性登録すると、DoOnClientSubscribed を呼び出します。

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

関連項目