System.Bluetooth.TBluetoothGattServer.OnCharacteristicRead

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

Delphi

property OnCharacteristicRead: TGattCharacteristicReadEvent read FOnCharacteristicRead write FOnCharacteristicRead;

C++

__property TGattCharacteristicReadEvent OnCharacteristicRead = {read=FOnCharacteristicRead, write=FOnCharacteristicRead};

プロパティ

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


説明

GATT サーバーがクライアント デバイスからキャラクタリスティック データの要求を受け取ったときに発生します。

OnCharacteristicReadハンドラは次のパラメータを取得します:

  • Sender は GATT サーバーです。
  • ACharacteristic は、要求された特性です。
  • AGattStatus は、読み込みリクエストの終了ステータスです。

関連項目