1.1.12.11 WDRV_WINC_DHCP_ADDRESS_EVENT_HANDLER

Function

void (*WDRV_WINC_DHCP_ADDRESS_EVENT_HANDLER)
(
DRV_HANDLE handle,
uint32_t ipAddress
)

Summary

Pointer to a DHCP address event handler function.

Description

This data type defines a function event handler to receive notification of allocation of IP address via DHCP.

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.

ipAddress - IPv4 address.

Returns

None.

Remarks

Only supported with the socket mode WINC driver. See WDRV_WINC_IPSetUseDHCP and WDRV_WINC_IPDHCPServerConfigure.