NodeTypeDescription Class
Constructor
NodeTypeDescription
-
options
Parameters:
-
options
Object-
[typeDefinitionNode]
ExpandedNodeId optionalNodeId of the originating TypeDefinitionNode of the instances for which data is to be returned.
-
[includeSubtypes]
Boolean optionalA flag that indicates whether the Server should include instances of subtypes of the TypeDefinitionNode in the list of instances of the Node type.
-
[dataToReturn]
QueryDataDescription[] optionalSpecifies an Attribute or Reference from the originating typeDefinitionNode along a given relativePath for which to return data. This structure is defined in-line with the following indented items.
-
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
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:
toString
()
String
Returns:
Properties
dataToReturn
QueryDataDescription[]
Specifies an Attribute or Reference from the originating typeDefinitionNode along a given relativePath for which to return data. This structure is defined in-line with the following indented items.
includeSubtypes
Boolean
A flag that indicates whether the Server should include instances of subtypes of the TypeDefinitionNode in the list of instances of the Node type.
typeDefinitionNode
ExpandedNodeId
NodeId of the originating TypeDefinitionNode of the instances for which data is to be returned.