Main Page Modules Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
ASN1C BER/DER Library Functions
Version 5.5The ASN.1 Basic Encoding Rules (BER) run-time library contains all of the low-level constants, types, and functions that are assembled by the compiler to encode/decode more complex structures.
This library consists of the following two items:
- A global include file ("asn1type.h") that is compiled into all generated source files.
- An object library of functions that are linked with the C functions after compilation with a C complier.
In general, programmers will not need to be too concerned with the details of these functions. The ASN.1 compiler generates calls to them in the C or C++ source files that it creates. However, the functions in the library may also be called on their own in applications requiring their specific functionality.
|