BDE 4.39.x Production Release
Loading...
Searching...
No Matches
balber_berconstants

Detailed Description

Provide namespace for BER-related constants.

Outline

Purpose

Provide namespace for BER-related constants.

Classes

See also
BER Specification (ITU-T X.690)

Description

The balber::BerConstants struct defined in this component defines two enumerations, balber::TagClass and balber::TagType, that contain symbolic constants for the corresponding tag classes and tag types, as defined in the BER specification (X.690). Also defined are constants used for encoding and decoding, such as the tag number for the array length hint.

Usage

This section illustrates intended use of this component.

Example 1: Basic Usage

TBD