NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionGetArgumentDefinitionCallback

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

    Hierarchy (View Summary)

    Index

    Methods