ASN1C C/C++ Common Runtime
ASN1C v7.3.x
|
#include <asn1type.h>
Public Attributes | |
Asn116BitCharString | charSet |
OSUINT16 | firstChar |
OSUINT16 | lastChar |
unsigned | unalignedBits |
unsigned | alignedBits |
Describes an ASN.1 character set whose characters are 16-bits wide instead of 8-bits wide.
unsigned Asn116BitCharSet::alignedBits |
The number of bits required by this set in aligned applications.
Asn116BitCharString Asn116BitCharSet::charSet |
A character string describing the whole character set.
OSUINT16 Asn116BitCharSet::firstChar |
16-bit integers describing the first and last characters in the set.
unsigned Asn116BitCharSet::unalignedBits |
The number of bits required by this set in unaligned applications.