EnumValueType Class
Extends BaseUAObject
Module: opcua.address_space.types
Constructor
EnumValueType
(
-
options
Parameters:
-
options
Object-
[value]
Int64 optionalThe Integer representation of an Enumeration.
-
[displayName]
LocalizedText optionalA human-readable representation of the Value of the Enumeration.
-
[description]
LocalizedText optionalA localized description of the enumeration value. This field can contain an empty string if no description is available
-
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
description
LocalizedText
A localized description of the enumeration value. This field can contain an empty string if no description is available
value
Int64
The Integer representation of an Enumeration.