TFTPs_DispTrace
Output the TFTP server module traces for displaying on an ASCII display.
Files
tftp-s.h/tftp-s.c
Prototype
void TFTPs_DispTrace (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 tftp-s_cfg.h
.
Notes / Warnings
None.
Example Usage
/* TFTP server already started. */ TFTPs_DispTrace();