ASN1PERDecodeBuffer Class Reference
[PER Message Buffer Classes]
#include <asn1PerCppTypes.h>
Inheritance diagram for ASN1PERDecodeBuffer:

Detailed Description
The ASN1PERDecodeBuffer class is derived from the ASN1PERMessageBuffer base class. It contains variables and methods specific to decoding ASN.1 PER messages. It is used to manage the input buffer containing the ASN.1 message to be decoded. This class has 3 overloaded constructors.
Public Member Functions | |
| ASN1PERDecodeBuffer (OSBOOL aligned) | |
| ASN1PERDecodeBuffer (const OSOCTET *pMsgBuf, size_t msgBufLen, OSBOOL aligned) | |
| ASN1PERDecodeBuffer (const char *filePath, OSBOOL aligned) | |
| virtual OSBOOL | isA (int bufferType) |
| int | readBinaryFile (const char *filePath) |
Constructor & Destructor Documentation
|
|
This is a default constructor. Use getStatus() method to determine has error occured during the initialization or not.
|
|
||||||||||||||||
|
This constructor is used to describe the message to be decoded. Use getStatus() method to determine has error occured during the initialization or not.
|
|
||||||||||||
|
This constructor takes a pointer to the path of a file containing a binary PER message to be decoded.
|
Member Function Documentation
|
|
This method checks the type of the message buffer.
|
|
|
This method reads the file into the buffer to decode.
|
The documentation for this class was generated from the following file:
