SIMCONNECT_RECV_NDB_LIST
The SIMCONNECT_RECV_NDB_LIST structure is used to return a list of SIMCONNECT_DATA_FACILITY_NDB structures.
Syntax
struct SIMCONNECT_RECV_NDB_LIST : public SIMCONNECT_RECV_FACILITES_LIST{
SIMCONNECT_DATA_FACILITY_NDB rgData[dwArraySize];
};
Members
| Member | Description |
|---|---|
rgData[dwArraySize] | Array of SIMCONNECT_DATA_FACILITY_NDB structures. |
Remarks
This structure inherits the SIMCONNECT_RECV_FACILITIES_LIST structure, which identifies the number of elements in the list, and the number of packets needed to transmit all the data.
See the remarks for SimConnect_RequestFacilitesList.