ioLibrary for Cortex M series
loopback.h
Go to the documentation of this file.
1 
12 #ifndef _LOOPBACK_H
13 #define _LOOPBACK_H
14 
15 #include "common/common.h"
16 
23 void loopback_tcps(uint8_t sock, uint16_t port);
24 void loopback_tcpc(uint8_t sock, uint16_t port);
25 void loopback_udp(uint8_t sock, uint16_t port);
26 
27 #endif //_LOOPBACK_H
28 
29 
30