#include <nitro/wfs.h>
void WFS_GetClientReadProgress(WFSClientContext *context, int *current, int *total);
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 |
None.
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).
2007/06/06 Initial version.
CONFIDENTIAL