DummyObject Class
Extends BaseUAObject
Module: opcua.address_space.types
A dummy Object.
Constructor
DummyObject
(
-
options
Parameters:
-
options
Object-
[name]
String optionalThe name.
-
[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 .
-
[ArrayInt]
UInt32 optionalan array with Int values.
-
[typeEnum]
SomeEnumeration optionalan array with Int values.
-
[fooBar]
FooBar optionala foo bar object
-
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
ArrayInt
UInt32
an array with Int values.
name
String
The name.
timestamp
UtcTime
Browses the view at or before this time.
typeEnum
SomeEnumeration
an array with Int values.
viewVersion
UInt32
Browses a specific version of the view .