Class DeviceStatus
Indicates the status of the device.
Inherited Members
Namespace: Iot.Device.Bmxx80
Assembly: Iot.Device.Bmxx80.dll
Syntax
public class DeviceStatus
Properties
| Improve this Doc View SourceImageUpdating
True when 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.
Declaration
public bool ImageUpdating { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Measuring
True whenever a conversion is running and False when the results have been transferred to the data registers.
Declaration
public bool Measuring { get; set; }
Property Value
Type | Description |
---|---|
Boolean |