ASN1C C# Runtime Library
7.2
|
Public Member Functions | |
Asn1PerOutputStreamTraceHandler (Asn1PerOutputStream outs) | |
override void | Enable () |
override void | Print (System.IO.StreamWriter outs, System.String varName) |
override void | Reset () |
virtual void | ResetTrace () |
Public Member Functions inherited from Asn1PerTraceHandler | |
virtual void | AddElemName (System.String name, int arrayx) |
virtual void | NewBitField (System.String name, int bitCount) |
virtual void | RemoveLastElemName () |
virtual void | SetBitCount () |
virtual void | SetBitOffset () |
Additional Inherited Members | |
Properties inherited from Asn1PerTraceHandler | |
virtual Asn1PerBitFieldList | BitFieldList [get] |
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.
This constructor initializes the internal trace handler member variables.
outs | PER message stream object reference |
|
virtual |
This method is used to turn PER bit tracing on
Implements Asn1PerTraceHandler.
References Asn1PerOutputStream.AddCaptureBuffer().
|
virtual |
This method prints the trace to the given output stream in a default format.
outs | Print stream to which output is to be written. |
varName | Name of the object variable being printed. |
Implements Asn1PerTraceHandler.
References Asn1PerBitFieldPrinter.Print().
Referenced by Asn1PerOutputStream.BinDump().
|
virtual |
This method does nothing here.
Implements Asn1PerTraceHandler.
|
virtual |
This method resets the trace bit field list.