Click or drag to resize
ConnectionStatus Enumeration
The various states that an IListener can be in.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ConnectionStatus
Members
  Member nameValueDescription
Disconnected0 The listener is not connected to the source of aircraft message data.
Connecting1 The listener is attempting to connect to the source of aircraft message data.
Connected2 The listener has connected to the source of aircraft message data.
CannotConnect3 The listener tried to connect to the source of aircraft message data and failed. It won't try again.
Reconnecting4 The listener was connected to the source of aircraft message data but it seems to have broken and it is trying to automatically reconnect.
Waiting5 The listener is waiting for a connection to be made to it.
See Also