Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Output the TFTP server module traces for displaying on an ASCII display.

...

Files

...

tftp-s.h/tftp-s.c

...

Prototype

void
HTML Table
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan5
Anchor
10448791044879
Code Block
void  TFTPs_DispTrace (void);
Table Row (tr)
Table Row (tr)
Table Row (tr)
Table Row (tr)

...

...

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. */
HTML Table
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan8
Anchor
10477691047769
Anchor
10477701047770
Code Block
                       /* TFTP server already started. */ 
          TFTPs_DispTrace();
Table Row (tr)
Table Row (tr)
Table Row (tr)
Table Row (tr)
Table Row (tr)
Table Row (tr)
Table Row (tr)

...