WBTPacketBitmapTable

Definition

#include <nitro/wbt.h>

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

Description

This is the table that manages the pointers to the bitmap buffers for data reception process management (that is, the bitmap buffers for receive history records) requested by other parties. When receiving data from another party with the WBT_GetBlock function, you must use this table to specify a pointer to the bitmap buffer in the index element of the corresponding party's AID.

See Also

Revision History

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


CONFIDENTIAL