ReferenceDescription Class
Extends BaseUAObject
Defined in:
Module: services.browse
packages\node-opcua-service-browse\index.js:13
The description of a reference.
Constructor
ReferenceDescription
(
-
options
Parameters:
-
options
Object-
[referenceTypeId]
NodeId optionalThe type of references.
-
[isForward]
Boolean optionalTRUE if the reference is a forward reference.
-
[nodeId]
ExpandedNodeId optionalThe id of the target node.
-
[browseName]
QualifiedName optionalThe browse name of the target node.
-
[displayName]
LocalizedText optionalThe display name of the target node.
-
[nodeClass= 0]
NodeClass optionalThe node class of the target node.
-
[typeDefinition]
ExpandedNodeId optionalThe type definition of the target node.
-
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
isForward
Boolean
TRUE if the reference is a forward reference.
nodeClass
NodeClass
The node class of the target node.
Default: 0