Hi,
I'm developing an application that manages multiple X-planes connected by multiplayer. I'm using UDP communication and the documentation is not very clear. I need more information about how to use the following Data structures:
PLACE TO AN AIRPORT: PAPT
LOAD AN AIRCRAFT: ACFN
SET UP THE INTERNET OPTIONS: ISET
I know how to send UDP packages and how to convert structures to bytes, I'm just interested in what every field means and how to fill them properly.
Thanks in advance!