WBTGetBlockDoneCallback

Definitions

#include <nitro/wbt.h>

typedef	struct
{
	u32 block_id;
} WBTGetBlockDoneCallback;

Description

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.

See Also

Revision History

09/21/2004 Initial version