⚠️ You are reading documentation for an OLD version (v2.20.0). The current released version is v2.173.1.
View latest documentation →
Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
NodeIdManager
Globals
Class NodeIdManager
Hierarchy
NodeIdManager
Constructors
constructor
Methods
buildNewNodeId
constructNodeId
findParentNodeId
getSymbolCSV
getSymbols
setCache
setSymbols
Constructors
constructor
new
Node
IdManager
(
namespaceIndex
:
number
, addressSpace
:
AddressSpacePartial
)
:
NodeIdManager
Parameters
namespaceIndex:
number
addressSpace:
AddressSpacePartial
Returns
NodeIdManager
Methods
build
New
Node
Id
build
New
Node
Id
(
)
:
NodeId
Returns
NodeId
construct
Node
Id
construct
Node
Id
(
options
:
ConstructNodeIdOptions
)
:
NodeId
Parameters
options:
ConstructNodeIdOptions
Returns
NodeId
find
Parent
Node
Id
find
Parent
Node
Id
(
options
:
ConstructNodeIdOptions
)
:
[
NodeId
,
string
]
|
null
Parameters
options:
ConstructNodeIdOptions
Returns
[
NodeId
,
string
]
|
null
get
SymbolCSV
get
SymbolCSV
(
)
:
string
Returns
string
get
Symbols
get
Symbols
(
)
:
NodeEntry1
[]
Returns
NodeEntry1
[]
set
Cache
set
Cache
(
cache
:
NodeEntry
[]
)
:
void
Parameters
cache:
NodeEntry
[]
Returns
void
set
Symbols
set
Symbols
(
symbols
:
NodeEntry1
[]
)
:
void
Parameters
symbols:
NodeEntry1
[]
Returns
void
Node
IdManager
constructor
build
New
Node
Id
construct
Node
Id
find
Parent
Node
Id
get
SymbolCSV
get
Symbols
set
Cache
set
Symbols
Generated using
TypeDoc