1.1.25.1 WDRV_WINC_ICMP_ECHO_RSP_EVENT_HANDLER Typedef
C
typedef void (*WDRV_WINC_ICMP_ECHO_RSP_EVENT_HANDLER) ( DRV_HANDLE handle, const WDRV_WINC_IP_MULTI_ADDRESS *const pIPAddr, WDRV_WINC_IP_ADDRESS_TYPE ipAddrType, uint16_t rtt );
Description
This data type defines a function event handler which is called in response to an ICMP echo request response event.
Parameters
Parameters | Description |
---|---|
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
None.