1.2.8.10 WDRV_WINC_IPUseDHCPGet Function

C

bool WDRV_WINC_IPUseDHCPGet(DRV_HANDLE handle)

Summary

Determine if DHCP is to be used.

Description

Determines if the WINC will use DHCP for IP address configuration.

Precondition

WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle. The WINC must not be connected.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_WINC_Open.

Returns

Flag indicating if DHCP will be used.

Remarks

Only applicable when connected in infrastructure station mode.