Class DeviceStatus
Indicates the status of the device.
Namespace: Iot.Device.Bmxx80
Assembly: Iot.Device.Bmxx80.dll
Syntax
public class DeviceStatus
Constructors
DeviceStatus()
Declaration
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.
Declaration
public bool ImageUpdating { get; set; }
Property Value
Type | Description |
---|---|
bool |
Measuring
Gets or sets a value indicating whether 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 |
---|---|
bool |