System.Bluetooth.TBluetoothGattServer.DoOnCharacteristicRead

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

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

関連項目