DeviceVitalsCollectOptions Class
Defines which device vitals should be collected.

C# Syntax

public class DeviceVitalsCollectOptions 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.Mobile.DeviceVitalsCollectOptions

Public Constructors
Public Properties
 NameDescription
Public PropertyCollectCPUCollect device CPU usage.  
Public PropertyCollectFreeMemoryCollect device free memory.  
Public PropertyCollectMemoryCollect device memory usage.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)AllReturns a new Instance of DeviceVitalsCollectOptions with all collection options set to true.  
Public Methodstatic (Shared in Visual Basic)NoneReturns a new Instance of DeviceVitalsCollectOptions with all collection options set to false.  
Top