![]() |
Morse Micro IoT SDK
2.9.7
|
#include <mmping.h>
Data Fields | |
| char | ping_receiver [MMPING_IPADDR_MAXLEN] |
| String representation of the IP address of the ping receiver. More... | |
| uint32_t | ping_total_count |
| Total number of requests sent. More... | |
| uint32_t | ping_recv_count |
| The number of ping responses received. More... | |
| uint32_t | ping_min_time_ms |
| The minimum latency in ms between request sent and response received. More... | |
| uint32_t | ping_avg_time_ms |
| The average latency in ms between request sent and response received. More... | |
| uint32_t | ping_max_time_ms |
| The maximum latency in ms between request sent and response received. More... | |
| bool | ping_is_running |
| Stores the ping running status. More... | |
| uint32_t mmping_stats::ping_avg_time_ms |
| bool mmping_stats::ping_is_running |
| uint32_t mmping_stats::ping_max_time_ms |
| uint32_t mmping_stats::ping_min_time_ms |
| char mmping_stats::ping_receiver[MMPING_IPADDR_MAXLEN] |
| uint32_t mmping_stats::ping_recv_count |
| uint32_t mmping_stats::ping_total_count |