|
|
 |
 |
|
Asn1PerOutputStreamTraceHandler Class ReferenceInheritance diagram for Asn1PerOutputStreamTraceHandler:
List of all members.
Detailed Description
This is a utility class for handling the collection and printing of PER bit field trace information for PER output stream. An object of the class is present in the Asn1PerOutputStream classes. It is accessed using the 'TraceHandler' property from objects of these classes.
Constructor & Destructor Documentation
|
|
This constructor initializes the internal trace handler member variables. - Parameters:
-
| outs | PER message stream 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] |
|
| virtual void ResetTrace |
( |
|
) |
[virtual] |
|
|
|
This method resets the trace bit field list. |
|
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 |
|