SIMCONNECT_ICAO
The SIMCONNECT_ICAO enumeration type is returned as part of the contents of the SIMCONNECT_RECV_FACILITIES_MINIMAL
struct to get data about a specific ICAO.
Syntax
struct SIMCONNECT_ICAO {
char Type;
char Ident(5 + 1);
char Region(2 + 1);
char Airport(4 + 1);
};
Members
Member | Description |
---|---|
Ident |
The identity string. |
Region |
The region string. |
Airport |
The airport string. |
Remarks
N/A
See Also