System.Bluetooth.TBluetoothLEDevice.OnDescriptorRead

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

Delphi

property OnDescriptorRead: TGattDescriptorEvent read FOnDescriptorRead write FOnDescriptorRead;

C++

__property TGattDescriptorEvent OnDescriptorRead = {read=FOnDescriptorRead, write=FOnDescriptorRead};

プロパティ

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


説明

リモート デバイスから提供されるサービスのディスクリプタのデータがリモート デバイスから読み取られたときに発生します。

ReadDescriptor を使って読み取り操作を開始します。

OnDescriptorReadイベント ハンドラは、次のパラメータを受け取ります:

関連項目