IFlightSimulatorX Interface |
Namespace: VirtualRadar.Interface.FlightSimulatorX
The IFlightSimulatorX type exposes the following members.
Name | Description | |
---|---|---|
Connected |
Gets a value indicating whether we are connected to Flight Simulator X or not.
| |
ConnectionStatus |
Gets a description of the state of the connection to FSX.
| |
IsFrozen |
Gets or sets a value indicating that the simulated aircraft's position, altitude and attitude
are frozen in FSX. When an aircraft is frozen it is unable to move but FSX will register a collision
if it hits an object or the ground.
| |
IsInstalled |
Gets a value indicating that Flight Simulator X appears to be installed.
| |
IsSlewing |
Gets or sets a value indicating that the simulator is in slew mode. In slew mode the aircraft does
not fly normally but the pitch is still affected by the simulated environment. FSX will ignore
collisions with objects or the ground.
| |
MessagesReceivedCount |
Gets a count of messages that have been sent from FSX.
|
Name | Description | |
---|---|---|
Connect |
Connects to Flight Simulator X.
| |
Disconnect |
Disconnects from Flight Simulator X.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
IsSimConnectMessage |
Returns true if the Windows message is a SimConnect message from Flight Simulator X.
| |
MoveAircraft |
Tells Flight Simulator to move the simulated aircraft to the position specified.
| |
RequestAircraftInformation |
Sends a request to Flight Simulator for information about the simulated aircraft.
|
Name | Description | |
---|---|---|
AircraftInformationReceived |
Raised when Flight Simulator responds to a call to RequestAircraftInformation.
| |
ConnectionStatusChanged |
Raised whenever ConnectionStatus changes.
| |
FlightSimulatorXExceptionRaised |
Raised whenever Flight Simulator raises an exception.
| |
FreezeStatusChanged |
Raised whenever IsFrozen changes.
| |
SlewStatusChanged |
Raised whenever IsSlewing changes.
| |
SlewToggled |
Raised whenever the user manually toggles slew mode within the game.
|