WBTGetBlockCallback


C Specification

#include <nitro/wbt.h>

typedef	struct
{
   u32 block_id;
   u32 recv_data_size;
   WBTRecvBufTable recv_buf_table;
   WBTPacketBitmapTable pkt_bmp_table;
} WBTGetBlockCallback;

Description

This is a structure passed by a callback when the WBT_GetBlock function completes.

Members

The details of each member are as follows.

See Also

None.

Revision History

09/21/2004 Initial version