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

    Class ServicesSupportedBitString

    Implementation of the Protocol_Services_Supported bitstring

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

    The BACnet standard defines a large number of possible services. This implementation allocates 112 bits to accommodate all standard services, including those that might be added in future versions of the standard.

    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)