1.1.12.6 WDRV_WINC_NETIF_INFO_TYPE

Enum type

Summary

Network interface information type values.

Description

Possible values for network interface information.

Remarks

None.

typedef enum
{
    /* No valid type. */
    WDRV_WINC_NETIF_INFO_INVALID,

    /* MAC address type. */
    WDRV_WINC_NETIF_INFO_MAC_ADDR
} WDRV_WINC_NETIF_INFO_TYPE;