NodeOPCUA API Documentation
    Preparing search index...

    Interface UABaseEventHelper

    interface UABaseEventHelper {
        setSourceName(name: string): void;
        setSourceNode(node: NodeId | BaseNode<BaseNodeEvents>): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      • name: string

      Returns void