System.Bluetooth.TBluetoothLEDevice.ReadCharacteristic

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

Delphi

function ReadCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall ReadCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

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

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

関連項目