Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
InnerBrowseEngine
Interface InnerBrowseEngine
interface
InnerBrowseEngine
{
browseAll
:
(
(
nodesToBrowse
:
BrowseDescriptionOptions
[]
,
callback
:
ResponseCallback
<
BrowseResult
[]
>
)
=>
void
)
;
context
:
ISessionContext
;
continuationPointManager
:
ContinuationPointManager
;
maxBrowseContinuationPoints
:
number
;
requestedMaxReferencesPerNode
:
number
;
}
Index
Properties
browse
All
context
continuation
Point
Manager
max
Browse
Continuation
Points
requested
Max
References
Per
Node
Properties
browse
All
browse
All
:
(
(
nodesToBrowse
:
BrowseDescriptionOptions
[]
,
callback
:
ResponseCallback
<
BrowseResult
[]
>
)
=>
void
)
context
context
:
ISessionContext
continuation
Point
Manager
continuation
Point
Manager
:
ContinuationPointManager
max
Browse
Continuation
Points
max
Browse
Continuation
Points
:
number
requested
Max
References
Per
Node
requested
Max
References
Per
Node
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
browse
All
context
continuation
Point
Manager
max
Browse
Continuation
Points
requested
Max
References
Per
Node
NodeOPCUA reference documentation - public API
Loading...