# SIMCONNECT_RECV_NDB_LIST The **SIMCONNECT\_RECV\_NDB\_LIST** structure is used to return a list of [SIMCONNECT\_DATA\_FACILITY\_NDB](simconnect-data-facility-ndb/) structures.   ##### Syntax ``` cpp struct SIMCONNECT_RECV_NDB_LIST : public SIMCONNECT_RECV_FACILITES_LIST{ SIMCONNECT_DATA_FACILITY_NDB rgData[dwArraySize]; }; ```   ##### Members {{< table-wrapper >}} | Member | Description | |-----------------------|------------------------------------------------------| | `rgData[dwArraySize]` | Array of SIMCONNECT\_DATA\_FACILITY\_NDB structures. | {{< /table-wrapper >}}   ##### Remarks   This structure inherits the [`SIMCONNECT_RECV_FACILITIES_LIST`](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](../facilities/simconnect-requestfaciliteslist/).