NodeOPCUA API Documentation
    Preparing search index...

    Interface AddNodesResponseOptions

    interface AddNodesResponseOptions {
        diagnosticInfos?: (DiagnosticInfo | null)[] | null;
        responseHeader?: ResponseHeaderOptions;
        results?: AddNodesResultOptions[] | null;
    }
    Index

    Properties

    diagnosticInfos?: (DiagnosticInfo | null)[] | null
    responseHeader?: ResponseHeaderOptions
    results?: AddNodesResultOptions[] | null