Class DeviceStatus
Indicates the status of the device.
public class DeviceStatus
- Inheritance
-
DeviceStatus
Constructors
DeviceStatus()
public DeviceStatus()
Properties
ImageUpdating
Gets or sets a value indicating whether the NVM data is being copied to images registers and False when the copying is done. The data is copied at power-on-reset and before every conversion.
public bool ImageUpdating { get; set; }
Property Value
Measuring
Gets or sets a value indicating whether a conversion is running and False when the results have been transferred to the data registers.
public bool Measuring { get; set; }