NodeOPCUA API Documentation
    Preparing search index...

    Interface ClientSessionTranslateBrowsePathService

    interface ClientSessionTranslateBrowsePathService {
        translateBrowsePath(
            browsePath: BrowsePathOptions,
        ): Promise<BrowsePathResult>;
        translateBrowsePath(
            browsePaths: BrowsePathOptions[],
        ): Promise<BrowsePathResult[]>;
        translateBrowsePath(
            browsesPath: BrowsePathOptions[],
            callback: ResponseCallback<BrowsePathResult[]>,
        ): void;
        translateBrowsePath(
            browsePath: BrowsePathOptions,
            callback: ResponseCallback<BrowsePathResult>,
        ): void;
    }

    Hierarchy (View Summary)

    Index

    Methods