NodeOPCUA API Documentation
    Preparing search index...

    Interface ArgumentDefinition

    interface ArgumentDefinition {
        inputArguments: Argument[];
        outputArguments: Argument[];
    }
    Index

    Properties

    inputArguments: Argument[]
    outputArguments: Argument[]