NodeTypeDescription Class
Extends BaseUAObject
Module: opcua.address_space.types
Constructor
NodeTypeDescription
(
-
options
Parameters:
-
options
Object
Item Index
Properties
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
Number:
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
Boolean:
toString
()
String
Returns:
String:
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.