Click or drag to resize
ISettingsPresenterGetSerialPortNames Method
Returns a list of serial port names. Guaranteed not to throw an exception and to be current (i.e. no caching).

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<string> GetSerialPortNames()

Return Value

Type: IEnumerableString
See Also