| ConnectionType Enumeration | 
            An enumeration of the different types of connection supported by VRS.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum ConnectionType
Public Enumeration ConnectionType
public enum class ConnectionType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | TCP | 0 | 
            The connection to the data source is via a TCP socket.
             | 
 | COM | 1 | 
            The connection to the data source is via a serial COM port.
             | 
See Also