This struct contains an enumeration of the universal tag numbers for BER encoding.
Declared in <balber_beruniversaltagnumber.h>
struct BerUniversalTagNumber;
| Name | Description |
|---|---|
Unnamed enum | Constants related to the Value enumeration. |
Value | Universal BER tag numbers as per X.680 section 8. |
| Name | Description |
|---|---|
fromInt | Load into the specified result the enumerator matching the specified number. |
fromString | Parse an enumerator from a character string. |
print | Write to the specified stream the string representation of the specified enumeration value. Return a reference to the modifiable stream. |
select | select overloads |
toString | Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value. |