NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionReadAsyncMultiple

    interface IBasicSessionReadAsyncMultiple {
        read(
            nodesToRead: ReadValueIdOptions[],
            maxAge?: number,
        ): Promise<DataValue[]>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods