|
|
 |
 |
|
Asn1PerBitFieldPrinter Class ReferenceList of all members.
Detailed Description
This class is used to obtain a formatted printout of the bit fields that make up a PER encoded message.
Constructor & Destructor Documentation
|
|
Constructor
- Parameters:
-
| perMessageBuffer | PER encode or decode message buffer |
| encodedMessage | Input stream of encoded message |
|
Member Function Documentation
| virtual void Print |
( |
System.IO.StreamWriter |
outs, |
|
|
System.String |
varName |
|
) |
[virtual] |
|
|
|
This method iterates through and prints all of the bit fields in a PER encoded message. Bit tracing needs to have been enabled in the buffer via the 'perTraceEnable' method prior to encoding or decoding the message.
- Parameters:
-
| outs | Print stream |
| varName | Variable name. This will be printed before all fields (for example, <varName> .field1, etc.) |
|
Member Data Documentation
|
|
This variable holds the mask for current bit |
|
|
This variable holds the byte index |
|
|
This variable holds the current byte |
|
|
This variable holds the input stream |
|
|
This variable holds the index for formated information |
|
|
This variable holds the index for formated information |
|
|
This variable holds the index for formated information |
|
|
Initial value:
new System.Text.StringBuilder()
This variable holds the formated information of current byte |
|
|
This variable holds the PER encode or decode message buffer |
|
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 |
|