TFTPs_Disp
Output information about the TFTP server module for displaying on an ASCII display.
Files
tftp-s.h/tftp-s.c
Prototype
void TFTPs_Disp (void);
Arguments
None.
Returned Values
None.
Required Configuration
Available only if TFTPs_TRACE_LEVEL
configured to a value greater than or equal to TRACE_LEVEL_INFO
in app_cfg.h
.
Notes / Warnings
None.
Example Usage
/* TFTP server already started. */ TFTPs_Disp();