1.1.13.3 WDRV_WINC_DHCPS_EVENT_HANDLER Typedef
C
typedef void (*WDRV_WINC_DHCPS_EVENT_HANDLER)
(
DRV_HANDLE handle,
WDRV_WINC_DHCPS_EVENT_TYPE eventType,
void *pEventInfo
);Description
Callback to be used to convey DHCP server events.
Parameters
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
| eventType | Event type. |
| pEventInfo | Pointer to event specific context information. |
##Remarks
None.
