Morse Micro IoT SDK  2.9.7

Detailed Description

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

Field Documentation

◆ avg_time_ms

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.

◆ max_time_ms

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.

◆ min_time_ms

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.

◆ receiver_addr

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.

◆ recv_count

uint32_t struct_ping_status::recv_count

The number of ping responses received.

Definition at line 446 of file mmagic_controller.h.

◆ session_id

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.

◆ total_count

uint32_t struct_ping_status::total_count

Total number of requests sent.

Definition at line 444 of file mmagic_controller.h.


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