WBTRecvBufTable

Definition

#include <nitro/wbt.h>

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

Description

This is the table that manages the pointers to the storage destinations for data receipt requested by or from other parties. When receiving data from another party with the WBT_GetBlock function, you must first use this table to specify a pointer to the received data's storage destination in the index element of the corresponding party's AID.

See Also

Revision History

2004/09/21 Initial version.


CONFIDENTIAL