PlatformAPI.IOTAExternalDeviceServices.AvailableExternalDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AvailableExternalDevices(const APlatform: string): TArray<string>;

C++

virtual System::DynamicArray<System::UnicodeString> __fastcall AvailableExternalDevices(const System::UnicodeString APlatform) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI IOTAExternalDeviceServices

Description

AvailableExternalDevices returns an array with the internal name of the external devices that are available for the specified platform. You must specify the internal name of the platform, as a string.

See Also