server/client
Dependencies: mbed NetServicesMin
tcp_error.h@0:432b571e11a3, 2012-02-19 (annotated)
- Committer:
- recotana
- Date:
- Sun Feb 19 06:21:50 2012 +0000
- Revision:
- 0:432b571e11a3
ver0.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
recotana | 0:432b571e11a3 | 1 | #ifndef _TCP_ERROR_ |
recotana | 0:432b571e11a3 | 2 | #define _TCP_ERROR_ |
recotana | 0:432b571e11a3 | 3 | |
recotana | 0:432b571e11a3 | 4 | #include "TCPSocket.h" |
recotana | 0:432b571e11a3 | 5 | |
recotana | 0:432b571e11a3 | 6 | void dispTcpError(TCPSocketErr err); |
recotana | 0:432b571e11a3 | 7 | |
recotana | 0:432b571e11a3 | 8 | #endif |