C# Syntax
public class DeviceDescription : HP.LFT.SDK.PropertiesDescription, HP.LFT.SDK.IDescription
System.Object
HP.LFT.SDK.PropertiesDescription
HP.LFT.SDK.Mobile.DeviceDescription
Name | Description | |
---|---|---|
![]() | DeviceDescription Constructor | Creates a new instance of DeviceDescription.Initializes a new instance of the DeviceDescription class. |
Name | Description | |
---|---|---|
![]() | Dictionary | For internal usage. |
![]() | FleetType | The fleetType of the device. The fleetType is relevant only when the device is hosted by OpenText or stored on an AWS farm. (DeviceSource=Hosted or AmazonDeviceFarm) C# Syntax public string FleetType {get; set;} |
![]() | Id | The device ID used by Digital Lab. |
![]() | Location | The geographical location of the public device. The location is relevant only when the DeviceSource is Hosted and the fleetType is Public. C# Syntax public string Location {get; set;} Possible values: Any (default) or a string representing the geographic location. |
![]() | Manufacturer | The manufacturer of the device. |
![]() | Model | The model of the device. |
![]() | Name | The logical name that Digital Lab uses to identify the device. |
![]() | OsType | The operating system currently running on the device. |
![]() | OsVersion | The operating system version currently running on the device.
The following symbols are supported: >, >=, <, <= For example: OsVersion = ">4.0" OsVersion = ">=4.1" |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription ) |
![]() ![]() | FromDictionary | This method creates a new instance of DeviceDescription and initializes it with the given props dictionary. |
![]() | Get | Returns the current value of a DeviceDescription capability. |
![]() | Set | Sets a DeviceDescription capability to the given value. |