WBTBlockInfoTable

Definition

#include <nitro/wbt.h>

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

Description

This is a table that manages the storage destination pointers for the registration block information requested by or for each other party. When receiving data from another party with the WBT_GetBlockInfo function, you must use this table beforehand to specify a pointer to the data storage destination in the index element of the corresponding party's AID.

See Also

Revision History

2004/09/21 Initial version.


CONFIDENTIAL