Table of Contents

Class DeviceVitalsCollectOptions

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

Defines which device vitals should be collected.

public class DeviceVitalsCollectOptions
Inheritance
DeviceVitalsCollectOptions
Inherited Members

Constructors

DeviceVitalsCollectOptions()

public DeviceVitalsCollectOptions()

Properties

CollectCPU

Collect device CPU usage.

public bool CollectCPU { get; set; }

Property Value

bool

CollectFreeMemory

Collect device free memory.

public bool CollectFreeMemory { get; set; }

Property Value

bool

CollectMemory

Collect device memory usage.

public bool CollectMemory { get; set; }

Property Value

bool

Methods

All()

Returns a new Instance of DeviceVitalsCollectOptions with all collection options set to true.

public static DeviceVitalsCollectOptions All()

Returns

DeviceVitalsCollectOptions

a new Instance of DeviceVitalsCollectOptions with all collection options set to true.

None()

Returns a new Instance of DeviceVitalsCollectOptions with all collection options set to false.

public static DeviceVitalsCollectOptions None()

Returns

DeviceVitalsCollectOptions

a new Instance of DeviceVitalsCollectOptions with all collection options set to false.