#include <nitroWiFi/wcm.h>
typedef void (*WCMNotify)( WCMNotice* arg );
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 to an argument. Note that this callback function is called from an interrupt handler.
arg |
A pointer to a structure of type WCMNotice that stores the details about the notification. |
None.
2005/07/22 Initial version.
CONFIDENTIAL