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(8 + 1);
    char Region(2 + 1);
    char Airport(4 + 1);
    };
Members
MemberDescription
IdentThe identity string.
RegionThe region string.
AirportThe airport string.
Remarks

N/A

0/255