AddNodesItem Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-node-management\_generated_\_auto_generated_AddNodesItem.js:28
Constructor
AddNodesItem
(
-
options
Parameters:
-
options
Object-
[parentNodeId]
ExpandedNodeId optionalExpandedNodeId of the parent Node for the Reference.
-
[referenceTypeId]
NodeId optionalNodeId of the hierarchical ReferenceType to use for the Reference from the parent Node to the new Node.
-
[requestedNewNodeId]
ExpandedNodeId optional -
[browseName]
QualifiedName optional -
[nodeClass]
NodeClass optional -
[nodeAttributes]
ExtensionObject optional -
[typeDefinition]
ExpandedNodeId optional
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode
(
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
Properties
nodeAttributes
ExtensionObject
nodeClass
NodeClass
referenceTypeId
NodeId
NodeId of the hierarchical ReferenceType to use for the Reference from the parent Node to the new Node.