#include <nitro/wbt.h>
typedef struct
{
WBTBlockNumEntry num_of_list;
s16 peer_packet_size;
s16 my_packet_size;
u16 pad1;
u32 padd2[2];
} WBTRequestSyncCallback;
The structure passed by the completion callback of the WBT_RequestSync function.
The details of each member are as follows.
| Member | Meaning |
num_of_list |
The total number of data blocks registered on the other side. |
peer_packet_size |
The MP communication packet size sent from the other side. |
my_packet_size |
The MP communication packet size sent to another). |
None.
09/21/2004 Initial version