ASN1TDynBitStr Struct Reference
[ASN.1 Type (ASN1T_) Base Classes]
#include <asn1CppTypes.h>
Inheritance diagram for ASN1TDynBitStr:
Public Member Functions | |
ASN1TDynBitStr () | |
ASN1TDynBitStr (OSUINT32 _numbits, const OSOCTET *_data) | |
ASN1TDynBitStr (ASN1DynBitStr &_bs) |
Detailed Description
Dynamic bit string. This is the base class for generated C++ data type classes for unsized BIT STRING's.
Constructor & Destructor Documentation
ASN1TDynBitStr::ASN1TDynBitStr | ( | ) | [inline] |
The default constructor creates an empty bit string.
ASN1TDynBitStr::ASN1TDynBitStr | ( | 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.
ASN1TDynBitStr::ASN1TDynBitStr | ( | ASN1DynBitStr & | _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: