WBTRecvBufTable

Definitions

#include <nitro/wbt.h>

typedef struct {
u8 *recv_buf[WBT_NUM_OF_AID];
} WBTRecvBufTable;

Description

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.

See Also

Revision History

09/21/2004 Initial version