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

    Class ObjectTypesSupportedBitString

    Implementation of the Protocol_Object_Types_Supported bitstring

    This bitstring represents the object types supported by a BACnet device, as defined in the BACnet standard. It is used in the Protocol_Object_Types_Supported property of the Device object.

    The BACnet standard defines a large number of possible object types. This implementation allocates 112 bits to accommodate all standard object types, even though the current highest-numbered object type is 59 (LIFT).

    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)