UDPversion

Dependencies:   XBee mbed NetServicesMin

tcpip/tcp_server.h

Committer:
recotana
Date:
2012-04-15
Revision:
1:3a46d2725374
Parent:
0:84a3b029656e

File content as of revision 1:3a46d2725374:

#ifndef _TCP_SERVER_
#define _TCP_SERVER_

#include "UDPSocket.h"



int serverInit(void);

void onUDPSocketEvent(UDPSocketEvent e);
/*
void onServerListnerEvent(TCPSocketEvent e);
void onServerRecievetEvent(TCPSocketEvent e);
*/
void recieveDump(char *data , int length);




#endif