Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

Initializes the SNTPc module.

Files

iperf.h/iperf.c

Prototype

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

Arguments

p_cfg

Pointer to the run-time configuration. See Run-time Configuration for further information.

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

Run-time Configuration

Notes / Warnings

This function must be called prior to using other SNTP client functions.

Example Usage

See Sample Application.

  • No labels