![]() |
Morse Micro IoT SDK
2.9.7
|
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... | |
| uint32_t struct_iperf_status::bandwidth_kbitpsec |
The average throughput in kbps.
Definition at line 473 of file mmagic_controller.h.
| 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.
| uint32_t struct_iperf_status::duration_ms |
The duration of the iperf test in milliseconds.
Definition at line 471 of file mmagic_controller.h.
| struct struct_ip_addr struct_iperf_status::local_addr |
IP address of the local device.
Definition at line 465 of file mmagic_controller.h.
| uint16_t struct_iperf_status::local_port |
Port number of the local device.
Definition at line 467 of file mmagic_controller.h.
| struct struct_ip_addr struct_iperf_status::remote_addr |
IP address of the remote device.
Definition at line 461 of file mmagic_controller.h.
| uint16_t struct_iperf_status::remote_port |
Port number of the remote device.
Definition at line 463 of file mmagic_controller.h.