|  | WE310F5
    39.00.000
    | 
M2MB_PING_COMPLETE_STATUS_T defines the data type of M2MB_PING_COMPLETE event. More...
#include <m2mb_ping.h>
| Data Fields | |
| UINT8 | success | 
| UINT8 * | pDst | 
| UINT32 | pkt_transmitted | 
| UINT32 | rsp_received | 
| FLOAT32 | percentage_pkt_loss | 
| UINT32 | average_time_in_ms | 
M2MB_PING_COMPLETE_STATUS_T defines the data type of M2MB_PING_COMPLETE event.
M2MB_PING_COMPLETE_STATUS_T defines the data type of the data filled in the ping request callback for M2MB_PING_COMPLETE event.
Definition at line 125 of file m2mb_ping.h.
| UINT32 average_time_in_ms | 
Definition at line 134 of file m2mb_ping.h.
| UINT8* pDst | 
Definition at line 130 of file m2mb_ping.h.
| FLOAT32 percentage_pkt_loss | 
Definition at line 133 of file m2mb_ping.h.
| UINT32 pkt_transmitted | 
Definition at line 131 of file m2mb_ping.h.
| UINT32 rsp_received | 
Definition at line 132 of file m2mb_ping.h.
| UINT8 success | 
< ping complete status ping destination IP
Definition at line 128 of file m2mb_ping.h.