![]() |
Morse Micro IoT SDK
2.11.2
|
Data structure to store ping results.
Definition at line 461 of file mmagic_controller.h.
#include <mmagic_controller.h>
Data Fields | |
| struct struct_ip_addr | receiver_addr |
| IP address of the device receiving the ping requests. More... | |
| uint32_t | total_count |
| Total number of requests sent. More... | |
| uint32_t | recv_count |
| The number of ping responses received. More... | |
| uint32_t | min_time_ms |
| The minimum latency in ms between request sent and response received. More... | |
| uint32_t | avg_time_ms |
| The average latency in ms between request sent and response received. More... | |
| uint32_t | max_time_ms |
| The maximum latency in ms between request sent and response received. More... | |
| uint16_t | session_id |
| Stores non-zero session ID whilst ping session is running. More... | |
| uint32_t struct_ping_status::avg_time_ms |
The average latency in ms between request sent and response received.
Definition at line 472 of file mmagic_controller.h.
| uint32_t struct_ping_status::max_time_ms |
The maximum latency in ms between request sent and response received.
Definition at line 474 of file mmagic_controller.h.
| uint32_t struct_ping_status::min_time_ms |
The minimum latency in ms between request sent and response received.
Definition at line 470 of file mmagic_controller.h.
| struct struct_ip_addr struct_ping_status::receiver_addr |
IP address of the device receiving the ping requests.
Definition at line 464 of file mmagic_controller.h.
| uint32_t struct_ping_status::recv_count |
The number of ping responses received.
Definition at line 468 of file mmagic_controller.h.
| uint16_t struct_ping_status::session_id |
Stores non-zero session ID whilst ping session is running.
Definition at line 476 of file mmagic_controller.h.
| uint32_t struct_ping_status::total_count |
Total number of requests sent.
Definition at line 466 of file mmagic_controller.h.