System.Bluetooth.Components.TBluetooth.LastDiscoveredDevices

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

Delphi

property LastDiscoveredDevices: TBluetoothDeviceList read GetLastDiscoveredDevices;//FDiscoveredDevices;

C++

__property System::Bluetooth::TBluetoothDeviceList* LastDiscoveredDevices = {read=GetLastDiscoveredDevices};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


説明

最後に検知されたデバイスのリストを返します。

関連項目