NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionTranslateBrowsePathAsyncMultiple

    interface IBasicSessionTranslateBrowsePathAsyncMultiple {
        translateBrowsePath(
            browsePaths: BrowsePathOptions[],
        ): Promise<BrowsePathResult[]>;
    }

    Hierarchy (View Summary)

    Index

    Methods