System.Bluetooth.Components.TBluetoothLE.DoOnCharacteristicReadRequest

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

Delphi

procedure DoOnCharacteristicReadRequest(const Sender: TObject; const ACharacteristic: TBluetoothGattCharacteristic;
var AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnCharacteristicReadRequest(System::TObject* const Sender, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic, System::Bluetooth::TBluetoothGattStatus &AGattStatus);

プロパティ

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


説明

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

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

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

関連項目