WCMNotify

C Specification


#include <nitroWiFi/wcm.h>

typedef void   (*WCMNotify)( WCMNotice* arg );
				

Description

Type of the callback function for receiving the asynchronous process result and irregular notifications from the WCM library. The pointer to the structure that stores the WCMNotice type notification types, process result codes, and detailed parameter is passed as an argument. Note that this callback function is called from an interrupt handler.

Arguments

arg A pointer to a structure of type WCMNotice that stores the details about the notification.

Return Values

None.

See Also

WCM_StartupAsync, WCMNotice

Revision History

07/22/2005 Initial version.