|
|
 |
 |
|
Asn1PerEncodeTraceHandler Class ReferenceInheritance diagram for Asn1PerEncodeTraceHandler:
List of all members.
Detailed Description
This is a utility class for handling the collection and printing of PER bit field trace information. An object of the class is present within both the Asn1PerEncodeBuffer and Asn1PerDecodeBuffer classes. It is accessed using the 'TraceHandler' property from objects of these classes.
Constructor & Destructor Documentation
|
|
This constructor initializes internal trace handler member variables.
- Parameters:
-
| messageBuffer | PER encode message buffer object reference |
|
Member Function Documentation
| override void Enable |
( |
|
) |
[virtual] |
|
| override void Print |
( |
System.IO.StreamWriter |
outs, |
|
|
System.String |
varName |
|
) |
[virtual] |
|
|
|
This method prints the trace to the given output stream in a default format.
- Parameters:
-
| outs | Print stream to which output is to be written. |
| varName | Name of the object variable being printed. |
Implements Asn1PerTraceHandler. |
| override void Reset |
( |
|
) |
[virtual] |
|
|
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 |
|