/
IPerf_Init()
IPerf_Init()
Initialize and start IPerf application.
Files
iperf.h/iperf.c
Prototype
void IPerf_Init (IPERF_ERR *p_err);
Arguments
p_err
Pointer to variable that will receive the return error code from this function.
Returned Values
none.
Required Configuration
Operating System Configuration
µC/LIB Memory Heap Configuration
Notes / Warnings
This function must be called prior to using other IPerf client functions.
Example Usage
Related content
IPerf_TestStart()
IPerf_TestStart()
More like this
IPerf_TestGetStatus()
IPerf_TestGetStatus()
More like this
Programming Guide
Programming Guide
More like this
IPerf_GetTestResults()
IPerf_GetTestResults()
More like this
IPerf_Reporter()
IPerf_Reporter()
More like this
IPerf_TestClrStats()
IPerf_TestClrStats()
More like this