UDPversion

Dependencies:   XBee mbed NetServicesMin

tcpip/tcp_error.h

Committer:
recotana
Date:
2012-04-14
Revision:
0:84a3b029656e

File content as of revision 0:84a3b029656e:

#ifndef _TCP_ERROR_
#define _TCP_ERROR_

#include "TCPSocket.h"

void dispTcpError(TCPSocketErr err);

#endif