![]() |
Morse Micro IoT SDK
2.9.7
|
Modules | |
| iperf configuration variables | |
Data Structures | |
| struct | mmagic_core_iperf_run_rsp_args |
| Response arguments structure for iperf_run. More... | |
Functions | |
| static enum mmagic_status | mmagic_controller_iperf_run (struct mmagic_controller *controller, struct mmagic_core_iperf_run_rsp_args *rsp_args) |
| Starts an iperf session using the current values in the the subsystem config. More... | |
|
inlinestatic |
Starts an iperf session using the current values in the the subsystem config.
| controller | Reference to the controller handle. | |
| [out] | rsp_args | Pointer to the data structure to be filled out with the result. If the If the return code is not MMAGIC_STATUS_OK then the contents of this structure will be undefined. |
Definition at line 4620 of file mmagic_controller.h.