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
DEF_OK
, if initialization was successful.DEF_FAIL
, otherwise.
Required Configuration
Notes / Warnings
This function must be called prior to using other SNTP client functions.
Example Usage
See Sample Application.