Morse Micro IoT SDK  2.9.7

Detailed Description

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

Function Documentation

◆ mmagic_controller_iperf_run()

static enum mmagic_status mmagic_controller_iperf_run ( struct mmagic_controller *  controller,
struct mmagic_core_iperf_run_rsp_args rsp_args 
)
inlinestatic

Starts an iperf session using the current values in the the subsystem config.

Parameters
controllerReference to the controller handle.
[out]rsp_argsPointer 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.
Returns
MMAGIC_STATUS_OK else an appropriate error code.

Definition at line 4620 of file mmagic_controller.h.