ASN1XERMessageBuffer Class Reference
[XER Message Buffer Classes]
#include <asn1XerCppTypes.h>
Inheritance diagram for ASN1XERMessageBuffer:
Protected Member Functions | |
ASN1XERMessageBuffer (Type bufferType) | |
ASN1XERMessageBuffer (Type bufferType, OSRTContext *pContext) |
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 | ) | [protected] |
This protected constructor creates a new context. Use the getStatus() method to determine if an error occured during initialization or not.
- Parameters:
-
bufferType Type of message buffer that is being created (for example, XEREncode or XERDecode).
ASN1XERMessageBuffer::ASN1XERMessageBuffer | ( | Type | bufferType, | |
OSRTContext * | pContext | |||
) | [inline, protected] |
This protected constructor creates uses an existing context to construct a message buffer. Use the getStatus() method to determine if an error occured during initialization or not.
- Parameters:
-
bufferType Type of message buffer that is being created (for example, XEREncode or XERDecode). pContext Pointer to context to use.
The documentation for this class was generated from the following file: