1.2.8.2 WDRV_WINC_ICMP_ECHO_STATUS Enum
C
typedef enum { /* The operation completed successfully. */ WDRV_WINC_ICMP_ECHO_STATUS_SUCCESS = 0, /* ICMP destination unreachable. */ WDRV_WINC_ICMP_ECHO_STATUS_UNREACH = 1, /* The operation timed out. */ WDRV_WINC_ICMP_ECHO_STATUS_TIMEOUT = 2 } WDRV_WINC_ICMP_ECHO_STATUS;
Summary
Defines the ICMP echo status codes.
Description
This enumeration defines the ICMP status supplied by the ICMP echo response callback.
Remarks
This is only defined for use with the WINC in socket mode.