#include <nitro/wbt.h>
typedef struct {
WBTBlockInfo *block_info[WBT_NUM_OF_AID];
} WBTBlockInfoTable;
A table that manages the storage destination pointer of the registration block information requested for each channel.
When receiving data from a parent with the WBT_GetBlockInfo function, this must specify the pointer to the data storage destination in the corresponding AID's index element.
None.
09/21/2004 Initial version