System.Bluetooth.TBluetoothLEDevice.OnCharacteristicWrite

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

Delphi

property OnCharacteristicWrite: TGattCharacteristicEvent read FOnCharacteristicWrite write FOnCharacteristicWrite;

C++

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

プロパティ

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


説明

リモート デバイスから提供されるサービスのキャラクタリスティックのデータがリモート デバイスに書き込まれたときに発生します。

WriteCharacteristic を使って書き込み操作を開始します。

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

関連項目