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

Google


Objective Systems, Inc.

ASN1XERMessageBuffer Class Reference
[XER Message Buffer Classes]

#include <asn1XerCppTypes.h>

Inheritance diagram for ASN1XERMessageBuffer:

ASN1XERDecodeBuffer ASN1XEREncodeBuffer ASN1XERInputStream ASN1XERFileInputStream ASN1XERSocketInputStream 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.


Protected Member Functions

 ASN1XERMessageBuffer (Type bufferType)


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:

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 XER Runtime, ASN1C v5.7x