Hi, I’ve read in the docs that it’s possible to write to the transponder state of the aircraft using the variable TRANSPONDER_STATE defined here:
I’ve written a C# application that can trigger the vast majority of events, but I’m struggling to find any examples of how to write to this variable.
Any assistance would be greatly appreciated!
Nothing complicated it’s just an enum type. I can confirm that I have written to it in the past. Haven’t checked recently.
Thanks for your reply. I’m very new with SimConnect. I don’t suppose I could trouble you for an example? SimConnect_SetDataOnSimObject is proving to be a real headache for me some some guidance would be amazing.
Thank you
I’m not using native sim connect and not C# so nothing I’ve done will help you. I’m just confirming that I’ve had the event work and it is writable.
1 Like
Solved the issue. Took another look at the SimVar Watcher example and figured out what I needed to do.
1 Like