Class DeviceVitalsCollectOptions
Defines which device vitals should be collected.
Inherited Members
Namespace: HP.LFT.SDK.Mobile
Assembly: HP.LFT.SDK.dll
Syntax
public class DeviceVitalsCollectOptions
Constructors
DeviceVitalsCollectOptions()
Declaration
public DeviceVitalsCollectOptions()
Properties
CollectCPU
Collect device CPU usage.
Declaration
public bool CollectCPU { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CollectFreeMemory
Collect device free memory.
Declaration
public bool CollectFreeMemory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
CollectMemory
Collect device memory usage.
Declaration
public bool CollectMemory { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
All()
Returns a new Instance of DeviceVitalsCollectOptions with all collection options set to true.
Declaration
public static DeviceVitalsCollectOptions All()
Returns
| Type | Description |
|---|---|
| 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.
Declaration
public static DeviceVitalsCollectOptions None()
Returns
| Type | Description |
|---|---|
| DeviceVitalsCollectOptions | a new Instance of DeviceVitalsCollectOptions with all collection options set to false. |