System.Bluetooth.Components.TBluetoothLE.DoOnDescriptorWrite

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

Delphi

procedure DoOnDescriptorWrite(const Sender: TObject; const ADescriptor: TBluetoothGattDescriptor;  AGattStatus: TBluetoothGattStatus);

C++

void __fastcall DoOnDescriptorWrite(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


説明

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

DoOnDescriptorWrite が呼び出されるのは、リモート デバイスから提供されるディスクリプタのデータがリモート デバイスに書き込まれたときです。

WriteDescriptor を使って書き込み操作を開始します。

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

関連項目