WXC_SetInitialData

Syntax

#include <nitro/wxc.h>

void WXC_SetInitialData(u32 ggid, u8 *send_ptr, int send_size, u8 *recv_ptr, int recv_size)

Arguments

ggid GGID to associate with the data block
send_ptr Buffer storing the data to send.
send_size send_ptr data size
Maximum data size that can be sent is WXC_MAX_DATA_SIZE bytes.
recv_ptr Buffer to receive data
recv_size recv_ptr data size
Maximum data size that can be received is WXC_MAX_DATA_SIZE bytes.

Return Values

None.

Description

Reconfigures the data block contents specified with the WXC_RegisterCommonData function.
Contents of each argument are the same as those in the WXC_RegisterCommonData function.

See Also

WXCCallback
WXC_RegisterCommonData
WXC_AddData
WXC_UnregisterData

Revision History

2006/08/10 Corrected links.
2006/02/20 Revised description.
2005/11/04 Initial version.


CONFIDENTIAL