PlatformAPI.IOTAExternalDevice Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AssignpublicAssign updates the information of an external device using the information of another external device.
GetActivepublicGetActive returns True if the external device is active; it returns False otherwise.
GetDisplayNamepublicGetDisplayName returns the display name of an external device.
GetEmulatorpublicGetEmulator returns True if an external device is an Android emulator or an iOS simulator; it returns False otherwise.
GetImageIndexpublic
GetInternalNamepublicGetInternalName returns the ID of an external device.
GetPlatformpublicGetPlatform returns the internal name of the platform that an external device runs on.
GetPortpublicGetPort returns the port where an external device is connected, provided that the external device is an Android emulator.
GetProfileNamepublicGetProfileName returns the name of the connection profile that is associated with an external device.
GetSimulatorIDpublicGetSimulatorID returns the internal name of an external device, provided that it is an iOS simulator.
GetUserDatapublicGetUserData returns True if the external device can be edited by a user; it returns False otherwise.
SetActivepublicUse SetActive to make an external device active (True) or stop it from being active (False).
SetDisplayNamepublicUse SetDisplayName to define the display name of an external device.
SetEmulatorpublicUse SetEmulator to define whether an external device is an Android emulator or an iOS simulator (True) or not (False).
SetPlatformpublicUse SetPlatform to define the platform that an external device runs on.
SetPortpublicUse SetPort to define the port where an external device is connected.
SetProfileNamepublicUse SetProfileName to associate a connection profile with an external device.
SetSimulatorIDpublicUse SetSimulatorID to define the internal name of an iOS simulator.
SetUserDatapublicUse SetUserData to define whether an external device can be edited by a user (True) or not (False).