WIZlib Library API
ver 1.0
WIZlib Library API User Menual
|
Loopback Test Module. More...
Functions | |
void | loopback_tcps (uint8 sock, uint16 port) |
Start TCP Loopback Test (Device Side). More... | |
void | loopback_udp (uint8 sock, uint16 port) |
Start UDP Loopback Test (Device Side). More... | |
Loopback Test Module.
You will be able to test the performance of the
Network Device using the Loopback Test module.
void loopback_tcps | ( | uint8 | sock, |
uint16 | port | ||
) |
Start TCP Loopback Test (Device Side).
For Loopback Test, need PC side Loopback test program.
sock | Socket number to use |
port | Port number to use |
Definition at line 28 of file loopback.c.
void loopback_udp | ( | uint8 | sock, |
uint16 | port | ||
) |
Start UDP Loopback Test (Device Side).
For Loopback Test, need PC side Loopback test program.
sock | Socket number to use |
port | Port number to use |
Definition at line 78 of file loopback.c.