WBTGetBlockDoneCallback


C Specification

#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.

Members

The details of each member are as follows.

See Also

None.

Revision History

09/21/2004 Initial version