A stack which works with or without an Mbed os library. Provides IPv4 or IPv6 with a full 1500 byte buffer.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tcp.h Source File

tcp.h

00001 #include <stdbool.h>
00002 #include <stdint.h>
00003 
00004 extern bool TcpTrace;
00005 
00006 extern void TcpInit(void);
00007 extern void TcpMain(void);