NodeOPCUA API Documentation
    Preparing search index...

    Interface IBasicSessionTranslateBrowsePathCallback

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

    Hierarchy (View Summary)

    Index

    Methods