![]() |
Morse Micro IoT SDK
2.9.7
|
Data structure to store ping results.
Definition at line 439 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 450 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 452 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 448 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 442 of file mmagic_controller.h.
| uint32_t struct_ping_status::recv_count |
The number of ping responses received.
Definition at line 446 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 454 of file mmagic_controller.h.
| uint32_t struct_ping_status::total_count |
Total number of requests sent.
Definition at line 444 of file mmagic_controller.h.