#include <nitro/wbt.h>
typedef struct
{
u32 block_id;
} WBTGetBlockDoneCallback;
This is the structure passed by the callback when the WBT_GetBlock function from the communication destination finishes.
The details of each member are as follows.
| block_id | The ID of the received data block. |
09/21/2004 Initial version
CONFIDENTIAL