BACNET_ERROR_CLASS enum

Inheritance
Available extensions

Values

ERROR_CLASS_DEVICE → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(0)
ERROR_CLASS_OBJECT → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(1)
ERROR_CLASS_PROPERTY → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(2)
ERROR_CLASS_RESOURCES → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(3)
ERROR_CLASS_SECURITY → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(4)
ERROR_CLASS_SERVICES → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(5)
ERROR_CLASS_VT → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(6)
ERROR_CLASS_COMMUNICATION → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(7)
MAX_BACNET_ERROR_CLASS → const BACNET_ERROR_CLASS

Enumerated values 0-63 are reserved for definition by ASHRAE. / / Enumerated values 64-65535 may be used by others subject to / / the procedures and constraints described in Clause 23.

const BACNET_ERROR_CLASS(8)
ERROR_CLASS_PROPRIETARY_FIRST → const BACNET_ERROR_CLASS

do the MAX here instead of outside of enum so that compilers will allocate adequate sized datatype for enum

const BACNET_ERROR_CLASS(64)
ERROR_CLASS_PROPRIETARY_LAST → const BACNET_ERROR_CLASS
const BACNET_ERROR_CLASS(65535)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) BACNET_ERROR_CLASS

Constants

values → const List<BACNET_ERROR_CLASS>
A constant List of the values in this enum, in order of their declaration.