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

    Interface LogStatusFlags

    BACnetLogStatus bitstring per ASHRAE 135 §12.25. Represents the log-status choice for special log records. These are status-only records without actual data values.

    interface LogStatusFlags {
        buffer_purged: boolean;
        log_disabled: boolean;
        log_interrupted: boolean;
    }
    Index

    Properties

    buffer_purged: boolean
    log_disabled: boolean
    log_interrupted: boolean