Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Initializes the SNTPc moduleGet IPerf test result.

Files

iperf.h/iperf.c

Prototype

Code Block
languagemicrium
void  IPerf_TestGetResults (IPERF_TEST_ID   test_id,
                            IPERF_TEST     *p_test_result,
                            IPERF_ERR      *p_err)

Arguments

p_cfg

...

test_id     

Test ID of the test to release.

p_test_result  

Pointer to structure that will receive result of specified test.

p_err            

Pointer to variable that will receive the return error code from this function.

...