ViewDescription Class
Extends BaseUAObject
Module: opcua.address_space.types
the view to browse.
Constructor
ViewDescription
(
-
options
Parameters:
-
options
Object-
[viewId]
NodeId optionalThe node id of the view.
-
[timestamp]
UtcTime optionalBrowses the view at or before this time.
-
[viewVersion]
UInt32 optionalBrowses a specific version of the view .
-
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
timestamp
UtcTime
Browses the view at or before this time.
viewVersion
UInt32
Browses a specific version of the view .