BuildInfo Class
Extends BaseUAObject
Module: opcua.address_space.types
Server build Info
Constructor
BuildInfo
(
-
options
Parameters:
-
optionsObject-
[productUri]String optionalA description for the ProductUri Variable.
-
[manufacturerName]String optionalthe name of the manufacturer
-
[productName]String optionalthe product name
-
[softwareVersion]String optionalthe software version
-
[buildNumber]String optionalthe software build number
-
[buildDate]UtcTime optionalthe software build date
-
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:
-
streamBinaryStream -
[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
buildDate
UtcTime
the software build date
buildNumber
String
the software build number
manufacturerName
String
the name of the manufacturer
productName
String
the product name
productUri
String
A description for the ProductUri Variable.
softwareVersion
String
the software version
The NodeOPCUA API