Click or drag to resize
ConnectionType Enumeration
An enumeration of the different types of connection supported by VRS.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ConnectionType
Members
  Member nameValueDescription
TCP0 The connection to the data source is via a TCP socket.
COM1 The connection to the data source is via a serial COM port.
See Also