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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pIPAddrPointer to IP address responding.
ipAddrTypeType of IP address.
rttRound trip time.

Returns

None.

Remarks

None.