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 Page History

« Previous Version 4 Current »

Initialize the TFTP server.

Files

tftp-s.h/tftp-s.c

Prototype

Arguments

p_cfg

Pointer to TFTPs Configuration object.

p_task_cfg

Pointer to TFTPs Task Configuration object.

p_err

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

TFTPs_ERR_NONE
TFTPs_ERR_CFG_INVALID_SOCK_FAMILY
...

Returned Values

DEF_OK,     if no error.
DEF_FAIL, otherwise.

Required Configuration

None.

Notes / Warnings

None.

Example Usage

  • No labels