NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionTranslateBrowsePathAsync

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

    Hierarchy (View Summary)

    Index

    Methods