Enumerated Value Specification

The mapping of an ASN.1 enumerated value declaration to a global C or C++ value declaration is as follows:

ASN.1 production:

   <name> <EnumType> ::= <value>

Generated code:

   OSUINT32 <name> = <value>;