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

    Methods

    Methods

    • Parameters

      • eventName: "changed"
      • eventHandler: (dataValue: DataValue) => void

      Returns this

    • Parameters

      • eventName: "changed"
      • eventHandler: (dataValue: DataValue) => void

      Returns this