WBTPacketBitmapTable

Definitions

#include <nitro/wbt.h>

typedef struct {
u32 *packet_bitmap[WBT_NUM_OF_AID];
} WBTPacketBitmapTable;

Description

The table that manages the pointer to the bitmap buffer to manage the progress of the data receive requested for each channel (for the receive archive record). This must specify the pointer to the bitmap buffer in the index element of the corresponding AID when receiving data with the WBT_GetBlock function.

See Also

Revision History

02/18/2005 Changed description of packet bitmap to "receive archive record bitmap buffer"
09/21/2004 Initial version