Page 1 of 1

Is it possible to subscribe to ALL events using the "Managed" SimConnect DLL?

Posted: Sat Nov 27, 2021 5:22 pm
by Rob Ainscough
I'm trying to find events in a custom aircraft .gau (C++ gauge). Since I don't know what they are I can't use MapClientEventToSimEvent so OnRecvEvent can't be used. It's my understanding C++ unmanaged SimConnect I can get notification on ALL events. I'm trying to avoid going the "unmanaged" route if possible.

Is there any trick for Managed SimConnect to get ALL events ... something like:

MapClientEventToSimEvent(EventDefinitions.All, "ALL")

Cheers, Rob.