IFlightSimulatorXPresenter Interface |
Namespace: VirtualRadar.Interface.Presenter
The IFlightSimulatorXPresenter type exposes the following members.
Name | Description | |
---|---|---|
FlightSimulatorAircraftList |
Gets or sets the object that will be modified by the presenter to record the simulated aircraft in FSX.
| |
Provider |
Gets or sets the provider that will abstract away the environment for the provider to make it easier to test.
| |
WebServer |
Gets or sets the web server that the view will show a link to.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Initialise |
Initialises the view.
(Inherited from IPresenterT.) | |
IsSimConnectMessage |
Returns true if the message passed across is intended for SimConnect (i.e. it's a Flight Simulator X message).
If it is then the view should not process it.
|