WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

Loopback Test Module. More...

Collaboration diagram for Loopback:

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...
 

Detailed Description

Loopback Test Module.

You will be able to test the performance of the
Network Device using the Loopback Test module.

Function Documentation

void loopback_tcps ( uint8  sock,
uint16  port 
)

Start TCP Loopback Test (Device Side).

For Loopback Test, need PC side Loopback test program.

Parameters
sockSocket number to use
portPort 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.

Parameters
sockSocket number to use
portPort number to use

Definition at line 78 of file loopback.c.