WBTGetBlockDoneCallback

Definition

#include <nitro/wbt.h>

typedef	struct
{
	u32 block_id;
} WBTGetBlockDoneCallback;

Description

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 ID of the received data block.

See Also

Revision History

2004/09/21 Initial version.


CONFIDENTIAL