System.Bluetooth.Components.TBluetoothLE.OnDiscoverLEDevice

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

Delphi

property OnDiscoverLEDevice: TDiscoverLEDeviceEvent read FOnDiscoverLEDevice write FOnDiscoverLEDevice;

C++

__property System::Bluetooth::TDiscoverLEDeviceEvent OnDiscoverLEDevice = {read=FOnDiscoverLEDevice, write=FOnDiscoverLEDevice};

プロパティ

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


説明

OnDiscoverLEDevice は、デバイス検知中に、デバイスが見つかるたびに発生します。

関連項目