NodeOPCUA API Documentation
    Preparing search index...

    Interface RegisterNodesResponseOptions

    interface RegisterNodesResponseOptions {
        registeredNodeIds?: (NodeIdLike | null)[] | null;
        responseHeader?: ResponseHeaderOptions;
    }
    Index

    Properties

    registeredNodeIds?: (NodeIdLike | null)[] | null
    responseHeader?: ResponseHeaderOptions