#include <nitro/wbt.h>
typedef struct { u32 id; s32 block_size; u8 user_id[WBT_USER_ID_LEN]; } WBTBlockInfo;
The structure showing the information of the registration block. This is received from the other device with the WBT_GetBlockInfo
function.
The details of each member are as follows.
id |
Block ID uniquely allocated by the user. |
block_size |
Data size. |
user_id |
User-defined information. The part of the specified data that is not met by WBT_USER_ID_LEN is filled in with zeros. |
2004/09/21 Initial version.
CONFIDENTIAL