1.1.6.6 WDRV_WINC_DHCPS_IDX

Enum Type

Summary

DHCP server index type.

Description

Type describing possible DHCP server pool indexes.

Remarks

None.

typedef enum
{
    /* Invalid DHCP server index. */
    WDRV_WINC_DHCPS_IDX_INVALID = -1,

    /* Index of DHCP server configuration 0. */
    WDRV_WINC_DHCPS_IDX_0 = 0,
} WDRV_WINC_DHCPS_IDX;