UDPversion

Dependencies:   XBee mbed NetServicesMin

Committer:
recotana
Date:
Sat Apr 14 03:53:45 2012 +0000
Revision:
0:84a3b029656e
UDPversion

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