ASN1C C/C++ Common Runtime  ASN1C v7.5.x
Public Attributes | List of all members
Asn132BitCharSet Struct Reference

#include <asn1type.h>

Public Attributes

Asn132BitCharString charSet
 
OSUINT32 firstChar
 
OSUINT32 lastChar
 
unsigned unalignedBits
 
unsigned alignedBits
 

Detailed Description

Describes an ASN.1 character set whose characters are 32-bits wide instead of 8-bits wide.

Member Data Documentation

◆ alignedBits

unsigned Asn132BitCharSet::alignedBits

The number of bits required by this set in aligned applications.

◆ charSet

Asn132BitCharString Asn132BitCharSet::charSet

A character string describing the whole character set.

◆ firstChar

OSUINT32 Asn132BitCharSet::firstChar

32-bit integers describing the first and last characters in the set.

◆ unalignedBits

unsigned Asn132BitCharSet::unalignedBits

The number of bits required by this set in unaligned applications.


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