Skip to content

4. Properties

Jim Reeves edited this page Mar 28, 2021 · 2 revisions

There a few properties within the SimConnectHandler object, most are read-only and updated automatically as you interact with the helper.

  • Dictionary<int, SimConnectVariable> Requests - A read-only collection of all submitted SimVar requests (default: empty)
  • bool UseFSXcompatibleConnection - An untested feature of the SimConnect DLL for backwards compatibility (default: false)
  • bool IsConnected - A read-only value to indicate if SimConnect is ready to communicate with MSFS 2020 (default: false)
  • SimConnectConfig Connection - A read-only object containing all the connection parameters used by the current or last connect attempt (default: empty)
  • SimConnectUpdateFrequency DefaultUpdateFrequency - A default update period to be used when SimVars are requested with no update period/frequency (default: SIM_Frame)
  • string ConfigFilePath - A read-write value providing the default path for the SimConnect.cfg file (default: Current folder)

Clone this wiki locally