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

    Interface BDDeviceEvents

    Events that can be emitted by a BACnet node

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any[]
    Index

    Properties

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

    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