Trace |
The TraceBufferClient type exposes the following members.
Name | Description | |
---|---|---|
Connected | Indicates if the connection to the card is open. | |
ReadTimeout | Maximum time in ms to wait for a TraceEvent when calling Read(TraceEvent, Int32, Int32). Use Infinite to wait forever. If timeout is set to 0, Read(TraceEvent, Int32, Int32) will directly return without an error if nothing is available. Otherwise a TimeoutExceptionis thrown if an timeout occurs. |