NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionGetArgumentDefinition

    interface IBasicSessionGetArgumentDefinition {
        getArgumentDefinition(methodId: NodeIdLike): Promise<ArgumentDefinition>;
        getArgumentDefinition(
            methodId: NodeIdLike,
            callback: (err: Error | null, args?: ArgumentDefinition) => void,
        ): void;
    }

    Hierarchy (View Summary)

    Index

    Methods