'Declaration
Public Enum ConnectionStatisticOption Inherits System.Enum
'Usage
Dim instance As ConnectionStatisticOption
public enum ConnectionStatisticOption : System.Enum
'Declaration
Public Enum ConnectionStatisticOption Inherits System.Enum
'Usage
Dim instance As ConnectionStatisticOption
public enum ConnectionStatisticOption : System.Enum
Member | Description |
---|---|
BreakDetect | A break is an interruption in the transmitting signal. Whenever the UART (universal asynchronous receiver/transmitter) detects a break (a 200-millisecond 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. If Reflection can't keep up with the incoming data, the buffer fills up and an overflow occurs. |
ReceiverOverRuns | Each time the host computer transmits a character, the datacomm hardware notifies the processor that it has just received a character. Reflection must read that character before another one is received or a receiver overrun error occurs. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.ConnectionStatisticOption