1.1.14.4 WDRV_WINC_ICMP_ECHO_RSP_EVENT_HANDLER
Function
void (*WDRV_WINC_ICMP_ECHO_RSP_EVENT_HANDLER) ( DRV_HANDLE handle, WDRV_WINC_IP_MULTI_ADDRESS *pIPAddr, WDRV_WINC_IP_ADDRESS_TYPE ipAddrType, uint16_t rtt )
Summary
Pointer to an ICMP echo response event handler function.
Description
This data type defines a function event handler which is called in response to an ICMP echo request response event.
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.
pIPAddr - Pointer to IP address responding.
ipAddrType - Type of IP address.
rtt - Round trip time.
Returns
None.
Remarks