test

Dependencies:   C12832 EthernetInterface mbed-rtos mbed

Fork of UDPEchoClient by Mbed

src/lib_socket.h

Committer:
rezafirouzi
Date:
2015-06-17
Revision:
9:42a7f24bd00c

File content as of revision 9:42a7f24bd00c:

#ifndef LIB_SOCKET_H_
#define LIB_SOCKET_H_

void send_message_UDP(char* buffer, const char* ipAdsress, const int port);

#endif /* LIB_SOCKET_H_ */