August 21, 200817 yr Good afternoon,Have been working with simconnect for a few days now based on the Managed Data Request sample application. All is working well and has been quite fun.However, I am stumped on one detail. I understand how the Pause event is managed based on the SubscribeToSystemEvent method. However, I am trying to configure an event that would fire based on a toggle of the autopilot master switch in FSX. After some research it does not appear that the SubscribeToSystemEvent call is correct. Could someone provide a small code snippet of how to register the autopilot master event such that my client receives notification of the AP master toggle event when initiated from FSX.Many thanks in advance for your help,ME
August 25, 200817 yr Commercial Member I think you need to register for the AP_MASTER event. There's a managed code sample for this kind of thing, the "Managed Client Event Sample". It subscribes for notification about FLAPS_UP", so you could use that as a model for your requirements.Simon www.supertrafficboard.com
Create an account or sign in to comment