WCM_GetPhase

C Specification


#include <nitroWiFi/wcm.h>

s32   WCM_GetPhase( void );
				

Description

This is a synchronous function that gets the current internal state of the WCM library.

Arguments

None.

Return Values

Returns the current internal state of the WCM library as an s32 type. For details on values that can be returned, see WCM library constants.

See Also

WCM_Init, WCM_Finish

Revision History

07/22/2005 Initial version.