ConnectionStatisticOption Enumeration
In This Topic
Specifies which statistics to return.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E70")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum ConnectionStatisticOption
Inherits System.Enum
Members
Member | Description |
BreakDetect | Whenever the UART detects a break (a 200-millisecond interruption in the transmitting signal), it increments this statistic. |
FramingErrors | Framing errors often indicate that the baud rate is incorrect, the cable is bad or too long, or the UART (universal asynchronous receiver/transmitter) received a character with the wrong number of stop bits. |
ParityErrors | Returns the number of parity errors that have occurred. |
ReceiveBufferOverflow | Reflection has a buffer where characters received from the host computer are held until they can be processed. |
ReceiverOverRuns | Each time the host computer transmits a character, the datacomm hardware notifies the processor that it has received a character. |
See Also