System.Bluetooth.Components.TBluetoothLE.ReadCharacteristic

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

Delphi

function ReadCharacteristic(const ADevice: TBluetoothLEDevice;  const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall ReadCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

指定されたリモート デバイスに、指定されたキャラクタリスティックのデータを送り返すように要求を送信します。

OnCharacteristicRead イベントを処理すると、指定されたリモート デバイスから送信される値を取得できます。

関連項目