ASN1TDynBitStr64 Struct Reference
[ASN.1 Type (ASN1T_) Base Classes]
#include <asn1CppTypes.h>
Inheritance diagram for ASN1TDynBitStr64:
Public Member Functions | |
ASN1TDynBitStr64 () | |
ASN1TDynBitStr64 (OSSIZE _numbits, const OSOCTET *_data) | |
ASN1TDynBitStr64 (ASN1DynBitStr64 &_bs) |
Detailed Description
64-bit dynamic bit string.
Constructor & Destructor Documentation
ASN1TDynBitStr64::ASN1TDynBitStr64 | ( | ) | [inline] |
The default constructor creates an empty bit string.
ASN1TDynBitStr64::ASN1TDynBitStr64 | ( | OSSIZE | _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.
ASN1TDynBitStr64::ASN1TDynBitStr64 | ( | ASN1DynBitStr64 & | _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: