/
IPerf_TestStart()
IPerf_TestStart()
Validate and schedule a new IPerf test.
Files
iperf.h/iperf.c
Prototype
IPERF_TEST_ID IPerf_TestStart (CPU_CHAR *argv, IPERF_OUT_FNCT p_out_fnct, IPERF_OUT_PARAM *p_out_param, IPERF_ERR *p_err)
Arguments
argv
Pointer to the string arguments values.
p_out_fnct
Pointer to string output function.
p_out_param
Pointer to output function parameters.
p_err
Pointer to variable that will receive the return error code from this function :
Returned Values
Test ID, if no error.
IPERF_TEST_ID_NONE, otherwise.
Required Configuration
Notes / Warnings
None.
Example Usage
Related content
IPerf_GetTestResults()
IPerf_GetTestResults()
More like this
IPerf_Init()
IPerf_Init()
More like this
IPerf_Reporter()
IPerf_Reporter()
More like this
IPerf_TestRelease()
IPerf_TestRelease()
More like this
Programming Guide
Programming Guide
More like this
Version V2.03.xx
Version V2.03.xx
More like this