#include <nitro/wbt.h>
typedef struct { u8 *recv_buf[WBT_NUM_OF_AID]; } WBTRecvBufTable;
The table that manages the pointer to the data receive storage destination requested for each channel. This must specify the pointer to the receive data storage destination in the corresponding AID's index element when receiving data with the WBT_GetBlock
function.
09/21/2004 Initial version