PlatformAPI.IOTAExternalDeviceServices.AvailableExternalDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function public PlatformAPI.pas 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