System.Bluetooth.TBluetoothLEManager.OnDiscoverLeDevice

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

Delphi

property OnDiscoverLEDevice: TDiscoverLEDeviceEvent read FOnDiscoverLEDevice write FOnDiscoverLEDevice;

C++

__property TDiscoverLEDeviceEvent OnDiscoverLEDevice = {read=FOnDiscoverLEDevice, write=FOnDiscoverLEDevice};

プロパティ

種類 可視性 ソース ユニット
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


説明

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

関連項目