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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
eventTypeEvent type.
pEventInfoPointer to event specific context information.

##Remarks

None.