/
TFTPs_Disp
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();
Related content
TFTPs_DispTrace
TFTPs_DispTrace
More like this
TFTPs_Init
TFTPs_Init
More like this
TFTPc_Get
TFTPc_Get
More like this
TFTPs_En
TFTPs_En
More like this
TFTPc_Init
TFTPc_Init
More like this
TFTPc_Put
TFTPc_Put
More like this