System.Bluetooth.Components.TBluetoothLE.OnDescriptorWrite

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

Delphi

property OnDescriptorWrite: TGattDescriptorEvent read FOnDescriptorWrite write FOnDescriptorWrite;

C++

__property System::Bluetooth::TGattDescriptorEvent OnDescriptorWrite = {read=FOnDescriptorWrite, write=FOnDescriptorWrite};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


説明

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

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

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

関連項目