ASN1TBitStr32 Struct Reference
[ASN.1 Type (ASN1T_) Base Classes]

#include <asn1CppTypes.h>

Inheritance diagram for ASN1TBitStr32:
ASN1BitStr32

List of all members.

Public Member Functions

 ASN1TBitStr32 ()
 ASN1TBitStr32 (OSUINT32 _numbits, const OSOCTET *_data)
 ASN1TBitStr32 (ASN1BitStr32 &_bs)

Detailed Description

Fixed-size bit string. This is the base class for generated C++ data type classes for sized BIT STRING's with size <= 32 bits.


Constructor & Destructor Documentation

ASN1TBitStr32::ASN1TBitStr32 (  )  [inline]

The default constructor creates an empty bit string.

ASN1TBitStr32::ASN1TBitStr32 ( OSUINT32  _numbits,
const OSOCTET *  _data 
) [inline]

This constructor initializes the bit string to contain the given data values.

Parameters:
_numbits - Number of bits in the bit string.
_data - The binary bit data values.
ASN1TBitStr32::ASN1TBitStr32 ( ASN1BitStr32 _bs  )  [inline]

This constructor initializes the bit string to contain the given data values.

Parameters:
_bs - C bit string structure.

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