# SIMCONNECT_ICAO The **SIMCONNECT\_ICAO** enumeration type is returned as part of the contents of the [`SIMCONNECT_RECV_FACILITIES_MINIMAL`](simconnect-facility-minimal/) struct to get data about a specific ICAO.     ##### Syntax ``` cpp struct SIMCONNECT_ICAO { char Type; char Ident(8 + 1); char Region(2 + 1); char Airport(4 + 1); }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-----------|----------------------| | `Ident` | The identity string. | | `Region` | The region string. | | `Airport` | The airport string. | {{< /table-wrapper >}}   ##### Remarks N/A