Index

Data Type OcaSensorReadingState

Enum that describes whether an OcaSensor's current reading value can be trusted, and if not, why not.

Properties

readonly OcaEnumItem Unknown = 0

Cannot determine validity of reading, or this feature is not implemented.

readonly OcaEnumItem Valid = 1

Sensor reading is valid.

readonly OcaEnumItem Underrange = 2

Sensor is underrange, reading is not valid.

readonly OcaEnumItem Overrange = 3

Sensor is overrange, reading is not valid.

readonly OcaEnumItem Error = 4

Sensor is in an error state, reading is not valid.

OCP.1 Encoding

Basic typeByte Length
OcaEnumItem1