|
|
 |
|
#include <asn1XerCppTypes.h>
Inheritance diagram for ASN1XERMessageBuffer:
List of all members.
Detailed Description
The XER message buffer class is derived from the ASN1MessageBuffer base class. It is the base class for the ASN1XEREncodeBuffer and ASN1XERDecodeBuffer classes. It contains variables and methods specific to encoding or decoding ASN.1 messages using the XML Encoding Rules (XER). It is used to manage the buffer into which an ASN.1 message is to be encoded or decoded.
Constructor & Destructor Documentation
| ASN1XERMessageBuffer::ASN1XERMessageBuffer |
( |
Type |
bufferType |
) |
[inline, protected] |
|
|
|
The protected constructor creates a new context and sets the buffer class type. Use getStatus() method to determine has error occured during the initialization or not.
- Parameters:
-
| bufferType | Type of message buffer that is being created (for example, XEREncode or XERDecode). |
|
The documentation for this class was generated from the following file:
|
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 XER Runtime, ASN1C v5.7x |
|