NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionReadAsync

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

    Hierarchy (View Summary)

    Index

    Methods

    Methods