System.Bluetooth.TBluetoothGattServer.OnCharacteristicWrite

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

Delphi

property OnCharacteristicWrite: TGattCharacteristicWriteEvent read FOnCharacteristicWrite write FOnCharacteristicWrite;

C++

__property TGattCharacteristicWriteEvent OnCharacteristicWrite = {read=FOnCharacteristicWrite, write=FOnCharacteristicWrite};

プロパティ

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


説明

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

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

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

関連項目