The SIMCONNECT_DATA_FACILITY_NDB structure is used to return information on a single NDB station in the facilities cache.

Syntax
struct SIMCONNECT_DATA_FACILITY_NDB : public SIMCONNECT_DATA_FACILITY_WAYPOINT{
    DWORD  fFrequency;
    };
Members
MemberDescription
fFrequencyFrequency of the station in Hz.
Remarks

This structure is returned as one element in the SIMCONNECT_RECV_NDB_LIST structure. It inherits all the members of the SIMCONNECT_DATA_FACILITY_WAYPOINT structure.

See the remarks for SimConnect_RequestFacilitesList.

0/255