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.PresenterAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IEnumerable<string> GetSerialPortNames()
Function GetSerialPortNames As IEnumerable(Of String)
IEnumerable<String^>^ GetSerialPortNames()
abstract GetSerialPortNames : unit -> IEnumerable<string>
Return Value
Type:
IEnumerableStringSee Also