RelativePathElement Class
Extends BaseUAObject
Defined in:
Module: opcua.address_space.types
packages\node-opcua-service-translate-browse-path\_generated_\_auto_generated_RelativePathElement.js:28
An element in a relative path.
Constructor
RelativePathElement
(
-
options
Parameters:
-
options
Object-
[referenceTypeId]
NodeId optionalThe type of reference to follow.
-
[isInverse]
Boolean optionalIf TRUE the reverse reference is followed.
-
[includeSubtypes]
Boolean optionalIf TRUE then subtypes of the reference type are followed.
-
[targetName]
QualifiedName optionalThe browse name of the target.
-
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
includeSubtypes
Boolean
If TRUE then subtypes of the reference type are followed.
isInverse
Boolean
If TRUE the reverse reference is followed.