System.Bluetooth.TBluetoothLEDevice.ReadDescriptor

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

Delphi

function ReadDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall ReadDescriptor(TBluetoothGattDescriptor* const ADescriptor);

プロパティ

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


説明

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

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

関連項目