FSUIPC Client DLL
.NET interface for FSUIPC
FsVersion Struct Reference

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. More...
 

Public Attributes

FlightSim Simulator
 The type of Simulator (e.g. FSX, P3D) More...
 
short VersionCode
 The raw version code returned by FSUIPC. See the docs for offset 0x3124. More...
 

Detailed Description

A struct representing the type and version of the Flight Simulator the DLL is talking to.

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns a string that describes the flight sim type and version. The version is decoded into a meaningful version number.

Returns
The string representing the flight sim and version

Member Data Documentation

◆ Simulator

FlightSim Simulator

The type of Simulator (e.g. FSX, P3D)

◆ VersionCode

short VersionCode

The raw version code returned by FSUIPC. See the docs for offset 0x3124.

Use the ToString() method for a decoded string