I'm currently trying to figure out what the best way to receive the type of the active COM frequency(specifically COM ACTIVE FREQ TYPE:1) for the current aircraft is in C#. I noticed that there isn't an offset value for the SimVar mentioned in the offset list document. And in a similar forum post it was mentioned that:
Would this then mean I would have to loop through all of the airports and frequencies within the current airport to determine the frequency type, or is there a more efficient way to receive the value?
I did try defining an offset specifically for the SimVar in the myOffsets.txt file to see if I could avoid the excessive looping but did not have much luck there.
Any insight or suggestions are greatly appreciated, thank you!