Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.00.00

Initialize the TFTPc suite.

Files

tftp-c.h/tftp-c.c

Prototype

Arguments

p_cfg

Pointer to TFTPc Configuration to use as default.

p_err

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

TFTPc_ERR_NONE
TFTPc_ERR_NULL_PTR
TFTPc_ERR_MEM_ALLOC
TFTPc_ERR_FAULT_INIT
...

Returned Values

DEF_OK,     if initialization was successful.
DEF_FAIL, otherwise.

Required Configuration

None.

Notes / Warnings

None.

Example Usage

See section Getting Started for an example.