UDPversion

Dependencies:   XBee mbed NetServicesMin

Committer:
recotana
Date:
Sun Apr 15 10:49:08 2012 +0000
Revision:
1:3a46d2725374
Parent:
0:84a3b029656e

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
recotana 0:84a3b029656e 1 #ifndef _TCP_ERROR_
recotana 0:84a3b029656e 2 #define _TCP_ERROR_
recotana 0:84a3b029656e 3
recotana 0:84a3b029656e 4 #include "TCPSocket.h"
recotana 0:84a3b029656e 5
recotana 0:84a3b029656e 6 void dispTcpError(TCPSocketErr err);
recotana 0:84a3b029656e 7
recotana 0:84a3b029656e 8 #endif