1.1.6.8 WDRV_WINC_DHCPS_EVENT_HANDLER
Function
typedef void (*WDRV_WINC_DHCPS_EVENT_HANDLER) ( DRV_HANDLE handle, WDRV_WINC_DHCPS_EVENT_TYPE eventType, void *pEventInfo )
Summary
DHCP server event callback.
Description
Callback to be used to convey DHCP server events.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
handle - Client handle obtained by a call to WDRV_WINC_Open.
eventType - Event type.
pEventInfo - Pointer to event specific context information.
Remarks
None.