System.Bluetooth.Components.TBluetoothLE.DoOnDescriptorRead
Delphi
procedure DoOnDescriptorRead(const Sender: TObject; const ADescriptor: TBluetoothGattDescriptor;
AGattStatus: TBluetoothGattStatus);
C++
void __fastcall DoOnDescriptorRead(System::TObject* const Sender, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor, System::Bluetooth::TBluetoothGattStatus AGattStatus);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp  | 
        System.Bluetooth.Components | TBluetoothLE | 
説明
OnDescriptorRead イベントのディスパッチャです。
DoOnDescriptorRead が呼び出されるのは、リモート デバイスから提供されるサービスのディスクリプタのデータがリモート デバイスから読み取られたときです。
ReadDescriptor を使って読み取り操作を開始します。
このイベント ディスパッチャは次のパラメータを受け取ります。