Morse Micro IoT SDK  2.9.7

Detailed Description

Data structure to store iperf results.

Definition at line 458 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 473 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 469 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 471 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 465 of file mmagic_controller.h.

◆ local_port

uint16_t struct_iperf_status::local_port

Port number of the local device.

Definition at line 467 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 461 of file mmagic_controller.h.

◆ remote_port

uint16_t struct_iperf_status::remote_port

Port number of the remote device.

Definition at line 463 of file mmagic_controller.h.


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