Click or drag to resize
ISettingsPresenterProviderTestSerialConnection Method
Returns the exception (if any) that was thrown while attempting to establish a connection to a data feed using the serial settings passed across.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exception TestSerialConnection(
	string comPort,
	int baudRate,
	int dataBits,
	StopBits stopBits,
	Parity parity,
	Handshake handShake
)

Parameters

comPort
Type: SystemString
baudRate
Type: SystemInt32
dataBits
Type: SystemInt32
stopBits
Type: System.IO.PortsStopBits
parity
Type: System.IO.PortsParity
handShake
Type: System.IO.PortsHandshake

Return Value

Type: Exception
See Also