NodeOPCUA API Documentation
    Preparing search index...

    Interface InnerBrowseEngine

    interface InnerBrowseEngine {
        browseAll: (
            nodesToBrowse: BrowseDescriptionOptions[],
            callback: ResponseCallback<BrowseResult[]>,
        ) => void;
        context: ISessionContext;
        continuationPointManager: ContinuationPointManager;
        maxBrowseContinuationPoints: number;
        requestedMaxReferencesPerNode: number;
    }
    Index

    Properties

    browseAll: (
        nodesToBrowse: BrowseDescriptionOptions[],
        callback: ResponseCallback<BrowseResult[]>,
    ) => void
    continuationPointManager: ContinuationPointManager
    maxBrowseContinuationPoints: number
    requestedMaxReferencesPerNode: number