The SIMCONNECT_FACILITY_MINIMAL structure is used to provide information on the number of elements in a list of facilities returned to the client, and the number of packets that were used to transmit the data.

Syntax
struct SIMCONNECT_FACILITY_MINIMAL{
    SIMCONNECT_ICAO icao;
    SIMCONNECT_DATA_LATLONALT lla;
    };
Members
MemberDescription
icaoThe SIMCONNECT_ICAO struct with information about the facility.
llaThe latitude, longitude and altitude of the facility, returned as a SIMCONNECT_DATA_LATLONALT struct.
Remarks

This structure is returned as part of the array of minimal entries within the SIMCONNECT_RECV_FACILITY_MINIMAL_LIST structure.

0/255