The StatusFlags bitstring is a standard BACnet construct that indicates
the general status of a BACnet object. It contains four bits that provide
a summary of the object's alarm state, fault state, override state, and
out-of-service state.
This implementation extends the generic BitString class with the
StatusFlagsBit enumeration.
Implementation of the StatusFlags bitstring
The StatusFlags bitstring is a standard BACnet construct that indicates the general status of a BACnet object. It contains four bits that provide a summary of the object's alarm state, fault state, override state, and out-of-service state.
This implementation extends the generic BitString class with the StatusFlagsBit enumeration.