Morse Micro IoT SDK  2.10.4

Detailed Description

Data structure to store iperf results.

Definition at line 465 of file mmagic_controller.h.

#include <mmagic_controller.h>

Data Fields

struct struct_ip_addr remote_addr
 IP address of the remote device. More...
 
uint16_t remote_port
 Port number of the remote device. More...
 
struct struct_ip_addr local_addr
 IP address of the local device. More...
 
uint16_t local_port
 Port number of the local device. More...
 
uint64_t bytes_transferred
 The number of bytes of data transferred during the iperf test. More...
 
uint32_t duration_ms
 The duration of the iperf test in milliseconds. More...
 
uint32_t bandwidth_kbitpsec
 The average throughput in kbps. More...
 

Field Documentation

◆ bandwidth_kbitpsec

uint32_t struct_iperf_status::bandwidth_kbitpsec

The average throughput in kbps.

Definition at line 480 of file mmagic_controller.h.

◆ bytes_transferred

uint64_t struct_iperf_status::bytes_transferred

The number of bytes of data transferred during the iperf test.

Definition at line 476 of file mmagic_controller.h.

◆ duration_ms

uint32_t struct_iperf_status::duration_ms

The duration of the iperf test in milliseconds.

Definition at line 478 of file mmagic_controller.h.

◆ local_addr

struct struct_ip_addr struct_iperf_status::local_addr

IP address of the local device.

Definition at line 472 of file mmagic_controller.h.

◆ local_port

uint16_t struct_iperf_status::local_port

Port number of the local device.

Definition at line 474 of file mmagic_controller.h.

◆ remote_addr

struct struct_ip_addr struct_iperf_status::remote_addr

IP address of the remote device.

Definition at line 468 of file mmagic_controller.h.

◆ remote_port

uint16_t struct_iperf_status::remote_port

Port number of the remote device.

Definition at line 470 of file mmagic_controller.h.


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