System.Bluetooth.TBluetoothLEDevice.DoReadCharacteristic

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

Delphi

function DoReadCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoReadCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic) = 0 ;

プロパティ

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


説明

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

リモート デバイスから送信される値が到着すると、DoOnCharacteristicRead が呼び出されます。

関連項目