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

    Interface BDDeviceEvents

    Events that can be emitted by a BACnet node

    interface BDDeviceEvents {
        aftercov: [
            object: BDObject,
            property: BDAbstractProperty<any, any, any>,
            newValue:
                | BACNetAppData<ApplicationTag, any>
                | BACNetAppData<ApplicationTag, any>[],
        ];
        error: [err: Error];
        listening: [];
        [key: string]: any[];
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any[]
    Index

    Properties

    aftercov: [
        object: BDObject,
        property: BDAbstractProperty<any, any, any>,
        newValue:
            | BACNetAppData<ApplicationTag, any>
            | BACNetAppData<ApplicationTag, any>[],
    ]

    Emitted after a property value has changed

    error: [err: Error]

    Emitted when an error occurs in the BACnet node

    listening: []

    Emitted when the BACnet node starts listening on the network