Edit

Share via


Error Enum

Definition

The possible errors from the error register

This enumeration supports a bitwise combination of its member values.

C#
[System.Flags]
public enum Error
Inheritance
Error
Attributes

Fields

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

Applies to

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