ANSI C Based OPC UA Client/Server/PubSub SDK  1.9.1.442
OpcUa_EnumValueType Struct Reference

A mapping between a value of an enumerated type and a name and description. More...

#include <opcua_types.h>

Data Fields

OpcUa_Int64 Value
 The Integer representation of an Enumeration.
 
OpcUa_LocalizedText DisplayName
 A human-readable representation of the Value of the Enumeration.
 
OpcUa_LocalizedText Description
 A localized description of the enumeration value. More...
 

Detailed Description

A mapping between a value of an enumerated type and a name and description.

When this type is used in an array representing human readable representations of an enumeration, each Value shall be unique in that array.


The documentation for this struct was generated from the following file: