System.Bluetooth.Components.TBluetooth.GetServices

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

Delphi

function GetServices(const ADevice: TBluetoothDevice): TBluetoothServiceList;

C++

System::Bluetooth::TBluetoothServiceList* __fastcall GetServices(System::Bluetooth::TBluetoothDevice* const ADevice);

プロパティ

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


説明

ADevice の広告されたサービスのリストを返します。

関連項目