BrowsePathTarget Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-translate-browse-path\_generated_\_auto_generated_BrowsePathTarget.js:27
The target of the translated path.
Constructor
BrowsePathTarget
(
-
options
Parameters:
-
options
Object-
[targetId]
ExpandedNodeId optionalThe id of the target node.
-
[remainingPathIndex]
UInt32 optionalThe index of the target in the relative path. UInt32.MaxValue if the entire path was processed.
-
Item Index
Properties
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
remainingPathIndex
UInt32
The index of the target in the relative path. UInt32.MaxValue if the entire path was processed.