Embedded TCP/IP stack
4.7.0
|
typedef void(* fnet_bench_cln_callback_session_end_t) (fnet_bench_cln_desc_t bench_cln_desc, const fnet_bench_cln_result_t *bench_cln_result, void *cookie) |
Benchmark client event handler callback function prototype, that is called when the benchmark client has finished the benchmarking session.
bench_cln_desc | Benchmark client descriptor. |
bench_cln_result | Benchmark session result. |
cookie | User-application specific parameter. It's set during the fnet_bench_cln_init. |
Definition at line 82 of file fnet_bench_cln.h.