FSUIPC Client DLL
.NET interface for FSUIPC
|
A struct representing the type and version of the Flight Simulator the DLL is talking to. More...
Public Member Functions | |
override string | ToString () |
Returns a string that describes the flight sim type and version. The version is decoded into a meaningful version number. | |
Public Attributes | |
FlightSim | Simulator |
The type of Simulator (e.g. FSX, P3D) | |
short | VersionCode |
The raw version code returned by FSUIPC. See the docs for offset 0x3124. | |
A struct representing the type and version of the Flight Simulator the DLL is talking to.
|
inline |
Returns a string that describes the flight sim type and version. The version is decoded into a meaningful version number.
short VersionCode |
The raw version code returned by FSUIPC. See the docs for offset 0x3124.
Use the ToString() method for a decoded string