WBTBlockInfoTable

Definitions

#include <nitro/wbt.h>

typedef struct {
WBTBlockInfo *block_info[WBT_NUM_OF_AID];
} WBTBlockInfoTable;

Description

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.

See Also

Revision History

09/21/2004 Initial version