System.Bluetooth.Components.TBluetoothLE.ReadDescriptor

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

Delphi

function ReadDescriptor(const ADevice: TBluetoothLEDevice; const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall ReadDescriptor(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor);

プロパティ

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


説明

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

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

関連項目