Objective Systems, Inc.  
Home
About ASN.1
Products
Free Software
Documents
Services
Resources
Resellers
Customers
Careers
About Us
Contact Us
 

Google


Objective Systems, Inc.

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

#include <asn1CppTypes.h>

List of all members.


Detailed Description

Dynamic bit string. This is the base class for generated C++ data type classes for unsized BIT STRING's.


Public Member Functions

 ASN1TDynBitStr ()
 ASN1TDynBitStr (ASN1UINT _numbits, const ASN1OCTET *_data)
 ASN1TDynBitStr (ASN1DynBitStr &_bs)


Constructor & Destructor Documentation

ASN1TDynBitStr::ASN1TDynBitStr  )  [inline]
 

The default constructor creates an empty bit string.

ASN1TDynBitStr::ASN1TDynBitStr ASN1UINT  _numbits,
const ASN1OCTET *  _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:

Copyright © 1997-2004 Objective Systems,Inc.
All Rights Reserved.
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.

This file was last modified on 1 Oct 2004.
ASN1C C/C++ Common Runtime, ASN1C v5.7x