System.Bluetooth.TBluetoothLEDevice.DoOnDescriptorRead

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

Delphi

procedure DoOnDescriptorRead(const ADescriptor: TBluetoothGattDescriptor; AGattStatus: TBluetoothGattStatus); virtual;

C++

virtual void __fastcall DoOnDescriptorRead(TBluetoothGattDescriptor* const ADescriptor, TBluetoothGattStatus AGattStatus);

プロパティ

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


説明

OnDescriptorRead イベントのディスパッチャです。

DoOnDescriptorRead が呼び出されるのは、リモート デバイスから提供されるサービスのディスクリプタのデータがリモート デバイスから読み取られたときです。

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

このイベント ディスパッチャは次のパラメータを受け取ります。

関連項目