NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicMonitoredItem

    interface IBasicMonitoredItem {
        on(
            eventName: "changed",
            eventHandler: (dataValue: DataValue) => void,
        ): this;
        once(
            eventName: "changed",
            eventHandler: (dataValue: DataValue) => void,
        ): this;
    }
    Index