Morse Micro IoT SDK  2.9.7
mmping_stats Struct Reference

Detailed Description

Data structure to store ping results.

Definition at line 104 of file mmping.h.

#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...
 

Field Documentation

◆ ping_avg_time_ms

uint32_t mmping_stats::ping_avg_time_ms

The average latency in ms between request sent and response received.

Definition at line 115 of file mmping.h.

◆ ping_is_running

bool mmping_stats::ping_is_running

Stores the ping running status.

Definition at line 119 of file mmping.h.

◆ ping_max_time_ms

uint32_t mmping_stats::ping_max_time_ms

The maximum latency in ms between request sent and response received.

Definition at line 117 of file mmping.h.

◆ ping_min_time_ms

uint32_t mmping_stats::ping_min_time_ms

The minimum latency in ms between request sent and response received.

Definition at line 113 of file mmping.h.

◆ ping_receiver

char mmping_stats::ping_receiver[MMPING_IPADDR_MAXLEN]

String representation of the IP address of the ping receiver.

Definition at line 107 of file mmping.h.

◆ ping_recv_count

uint32_t mmping_stats::ping_recv_count

The number of ping responses received.

Definition at line 111 of file mmping.h.

◆ ping_total_count

uint32_t mmping_stats::ping_total_count

Total number of requests sent.

Definition at line 109 of file mmping.h.


The documentation for this struct was generated from the following file: