InfoConnect for Airlines
ConnectionStatisticOption Enumeration


Specifies which statistics to return.
Syntax
'Declaration
 
Public Enum ConnectionStatisticOption 
   Inherits System.Enum
'Usage
 
Dim instance As ConnectionStatisticOption
public enum ConnectionStatisticOption : System.Enum 
Members
MemberDescription
BreakDetectA 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.
FramingErrorsFraming 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.
ParityErrorsReturns the number of parity errors that have occurred.
ReceiveBufferOverflowInfoConnect has a buffer where characters received from the host computer are held until they can be processed. If InfoConnect can't keep up with the incoming data, the buffer fills up and an overflow occurs.
ReceiverOverRunsEach time the host computer transmits a character, the datacomm hardware notifies the processor that it has just received a character. InfoConnect must read that character before another one is received or a receiver overrun error occurs.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.ConnectionStatisticOption

See Also