Table of Contents

Interface IDeviceInfo

Information about the available mobile device returned from OpenText Functional Testing Lab

Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public interface IDeviceInfo

Properties

FleetType

The fleetType of the device as defined in OpenText Functional Testing Lab

Declaration
string FleetType { get; }
Property Value
Type Description
string

Id

The ID of the device in OpenText Functional Testing Lab

Declaration
string Id { get; }
Property Value
Type Description
string

Location

The location of the device as defined in OpenText Functional Testing Lab

Declaration
string Location { get; }
Property Value
Type Description
string

Manufacturer

The manufacturer of the device.

Declaration
string Manufacturer { get; }
Property Value
Type Description
string

Model

The model name of the device.

Declaration
string Model { get; }
Property Value
Type Description
string

Name

The name of the device as defined in OpenText Functional Testing Lab

Declaration
string Name { get; }
Property Value
Type Description
string

OSType

The operating system currently running on the device.

Declaration
string OSType { get; }
Property Value
Type Description
string

OSVersion

The version of the operating system currently running on the device.

Declaration
string OSVersion { get; }
Property Value
Type Description
string

Source

The source of the device as defined in OpenText Functional Testing Lab

Declaration
string Source { get; }
Property Value
Type Description
string