System.Bluetooth.Components.TBluetoothLE.OnCharacteristicWriteRequest

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

Delphi

property OnCharacteristicWriteRequest: TGattCharacteristicWriteEvent read FOnCharacteristicWriteRequest  write FOnCharacteristicWriteRequest;

C++

__property System::Bluetooth::TGattCharacteristicWriteEvent OnCharacteristicWriteRequest = {read=FOnCharacteristicWriteRequest, write=FOnCharacteristicWriteRequest};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

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

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

  • Sender は、コンポーネントの GATT サーバーです。
  • ACharacteristic は、リクエストの対象となる特性です。
  • AGattStatus は、書き込みリクエストの終了ステータスです。

関連項目