Error Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible errors from the error register
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum Error
[<System.Flags>]
type Error =
Public Enum Error
- Inheritance
-
Error
- Attributes
Name | Value | Description |
---|---|---|
NoError | 0 | No error |
WriteRegisterInvalid | 1 | The CCS811 received an I²C write request addressed to this station but with invalid register address ID |
ReadRegisterInvalid | 2 | The CCS811 received an I²C read request to a mailbox ID that is invalid |
MeasurementModeInvalid | 4 | The CCS811 received an I²C request to write an unsupported mode to MEAS_MODE |
MaximumSensorResistanceReached | 8 | The sensor resistance measurement has reached or exceeded the maximum range |
HeaterCurrentFault | 16 | The Heater current in the CCS811 is not in range |
HeaterVoltageFault | 32 | The Heater voltage is not being applied correctly |
Product | Versions |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |