ISettingsPresenterProvider Interface |
Namespace: VirtualRadar.Interface.Presenter
The ISettingsPresenterProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | FileExists |
Returns true if there is a file with the full path as passed.
|
![]() | FolderExists |
Returns true if there is a folder with the path as passed.
|
![]() | GetSerialPortNames |
Returns a list of serial port names. Guaranteed not to throw an exception and to be current (i.e. no caching).
|
![]() | GetVoiceNames |
Returns a collection of voice names for the installed text-to-speech service. Guaranteed not to throw an exception
and to be current (i.e. no caching).
|
![]() | TestNetworkConnection |
Returns the exception (if any) that was thrown while attempting to establish a connection to a data feed
using the network settings passed across.
|
![]() | TestSerialConnection |
Returns the exception (if any) that was thrown while attempting to establish a connection to a data feed
using the serial settings passed across.
|
![]() | TestTextToSpeech |
Conducts a test of the text-to-speech settings passed across.
|