Table of Contents

Interface IDeviceInfo

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

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

public interface IDeviceInfo

Properties

FleetType

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

string FleetType { get; }

Property Value

string

Id

The ID of the device in OpenText Functional Testing Lab

string Id { get; }

Property Value

string

Location

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

string Location { get; }

Property Value

string

Manufacturer

The manufacturer of the device.

string Manufacturer { get; }

Property Value

string

Model

The model name of the device.

string Model { get; }

Property Value

string

Name

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

string Name { get; }

Property Value

string

OSType

The operating system currently running on the device.

string OSType { get; }

Property Value

string

OSVersion

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

string OSVersion { get; }

Property Value

string

Source

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

string Source { get; }

Property Value

string