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

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Post Reply
User avatar
Rob Ainscough
Posts: 3289
Joined: Sat Jan 05, 2013 6:46 pm
Location: Oregon USA

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

Post 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.
Rob Ainscough
Image
Post Reply