|
|
 |
|
Asn1PerMessageBuffer Interface ReferenceInheritance diagram for Asn1PerMessageBuffer:
List of all members.
Detailed Description
This interface defines constants and methods specific to encoding and decoding PER messages. All of the PER message buffer classes implement this interface.
Member Function Documentation
| System.IO.Stream GetInputStream |
( |
|
) |
|
|
|
|
This method returns an input stream object that represents the message being encoded or decoded. - Returns:
- Stream containing message
Implemented in Asn1PerEncodeBuffer. |
|
|
This method returns a flag indicating if PER aligned encoding is currently enabled (if false, unaligned is in effect). - Returns:
true is aligned; otherwise false
Implemented in Asn1PerDecodeBuffer, and Asn1PerEncodeBuffer. |
Property Documentation
|
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
18 Nov 2005. ASN1C C# Runtime Library, 5.8 |
|