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_SERVER_
recotana 0:84a3b029656e 2 #define _TCP_SERVER_
recotana 0:84a3b029656e 3
recotana 0:84a3b029656e 4 #include "UDPSocket.h"
recotana 0:84a3b029656e 5
recotana 0:84a3b029656e 6
recotana 0:84a3b029656e 7
recotana 0:84a3b029656e 8 int serverInit(void);
recotana 0:84a3b029656e 9
recotana 0:84a3b029656e 10 void onUDPSocketEvent(UDPSocketEvent e);
recotana 0:84a3b029656e 11 /*
recotana 0:84a3b029656e 12 void onServerListnerEvent(TCPSocketEvent e);
recotana 0:84a3b029656e 13 void onServerRecievetEvent(TCPSocketEvent e);
recotana 0:84a3b029656e 14 */
recotana 0:84a3b029656e 15 void recieveDump(char *data , int length);
recotana 0:84a3b029656e 16
recotana 0:84a3b029656e 17
recotana 0:84a3b029656e 18
recotana 0:84a3b029656e 19
recotana 0:84a3b029656e 20 #endif