/
IPerf_TestGetStatus()
IPerf_TestGetStatus()
Get IPerf test status.
Files
iperf.h/iperf.c
Prototype
IPERF_TEST_STATUS IPerf_TestGetStatus (IPERF_TEST_ID test_id, IPERF_ERR *p_err);
Arguments
test_id
Test ID of the test to release.
p_err
Pointer to variable that will receive the return error code from this function.
Returned Values
Status code of the specified test.
Required Configuration
Notes / Warnings
None.
Example Usage
Related content
IPerf_GetTestResults()
IPerf_GetTestResults()
More like this
IPerf_TestStart()
IPerf_TestStart()
More like this
IPerf_TestRelease()
IPerf_TestRelease()
More like this
IPerf_TestClrStats()
IPerf_TestClrStats()
More like this
IPerf_Init()
IPerf_Init()
More like this
IPerf_Reporter()
IPerf_Reporter()
More like this