WFS_IsClientReady 

Syntax

#include <nitro/wfs.h>

BOOL WFS_IsClientReady(const WFSClientContext *context);

Arguments

context Pointer to the WFSClientContext structure.

Return Values

Returns TRUE if the all preparations have completed on the child (client) side; returns FALSE otherwise.

Description

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.

See Also

WFSEventType,
WFS_GetTableFormat, WFS_RequestClientRead, WFS_ReplaceRomArchive

Revision History

2007/06/11 Initial version.


CONFIDENTIAL