System.Bluetooth.Components.TBluetoothLE.DoOnCharacteristicWriteRequest

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

Delphi

procedure DoOnCharacteristicWriteRequest(const Sender: TObject; const ACharacteristic: TBluetoothGattCharacteristic;
var AGattStatus: TBluetoothGattStatus; const AValue: TByteDynArray);

C++

void __fastcall DoOnCharacteristicWriteRequest(System::TObject* const Sender, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic, System::Bluetooth::TBluetoothGattStatus &AGattStatus, const System::DynamicArray<System::Byte> AValue);

プロパティ

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


説明

OnCharacteristicWrite イベントのディスパッチャです。

DoOnCharacteristicWriteRequest が呼び出されるのは、お使いのコンポーネントの GATT サーバーがクライアント デバイスからキャラクタリスティック データの編集要求を受け取ったときです。

このイベント ディスパッチャは次のパラメータを受け取ります。

関連項目