#include <nitro/wfs.h>
BOOL WFS_IsClientReady(const WFSClientContext *context);
context | Pointer to the WFSClientContext structure. |
Returns TRUE if the all preparations have completed on the child (client) side; returns FALSE otherwise.
Determines whether the WFS child (client) is ready. This function returns true once the ROM file table has been received from the server and a WFS_EVENT_CLIENT_READY
event notification has been issued. Unless the preparation has completed, it is not possible to use functions like WFS_GetTableFormat
, WFS_RequestClientRead
, or WFS_ReplaceRomArchive
.
WFSEventType,
WFS_GetTableFormat, WFS_RequestClientRead, WFS_ReplaceRomArchive
2007/06/11 Initial version.
CONFIDENTIAL