WXC-Related Constants

Definition

#define WXC_WORK_SIZE              0x4000

/* Library's MP send/receive packet size */
#define WXC_PACKET_SIZE_MIN        20
#define WXC_PACKET_SIZE_MAX        WM_SIZE_MP_DATA_MAX
#define WXC_REGISTER_DATA_MAX      16
#define WXC_MAX_DATA_SIZE          (32 * 1024)

Description

Constants defined in the WXC library. Explanation of each constant is shown below:
WXC_WORK_SIZE Required size for the Work memory allocated with the WXC_Init function.
WXC_PACKET_SIZE_MIN Minimum send size that can be specified with the WXC_SetParentParameter function.
WXC_PACKET_SIZE_MAX Maximum send size that can be specified with the WXC_SetParentParameter function.
WXC_REGISTER_DATA_MAX Maximum number of data blocks that can be registered with the WXC_RegisterCommonData function.
WXC_MAX_DATA_SIZE Maximum send/receive data size that can be specified in the WXC_RegisterCommonData function.

See Also

WXC_Init
WXC_SetParentParameter

Revision History

2006/08/10 Revised links.
2006/02/20 Added WXC_REGISTER_DATA_MAX and WXC_MAX_DATA_SIZE.
2005/08/09 Added WXC_PACKET_SIZE_MIN and WXC_PACKET_SIZE_MAX.
2005/08/04 Initial version.


CONFIDENTIAL