WFS_GetClientReadProgress 

Syntax

#include <nitro/wfs.h>

void WFS_GetClientReadProgress(WFSClientContext *context, int *current, int *total);

Arguments

context Pointer to the WFSClientContext structure.
current Pointer to the int variable used to retrieve the number of packets already received
total Pointer to the int variable used to retrieve the total number of packets expected to be received

Return Values

None.

Description

Gets the current status of a ROM image read request that was issued using WFS_RequestClientRead. Progress status can be retrieved in the format (number of packets already received) / (total number of packets expected).

See Also

WFS_RequestClientRead

Revision History

2007/06/06 Initial version.


CONFIDENTIAL