NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionCallAsync

    interface IBasicSessionCallAsync {
        call(methodToCall: CallMethodRequestOptions): Promise<CallMethodResult>;
        call(
            methodsToCall: CallMethodRequestOptions[],
        ): Promise<CallMethodResult[]>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods