@bacnet-js/client
    Preparing search index...

    Class StatusFlagsBitString

    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.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    bitsUsed: number

    The number of bits in this bitstring

    value: number[]

    The array of byte values (0 - 255)