Mercurial > hg > beaglert
diff include/UdpClient.h @ 130:da1c61aa97ea scope-refactoring
Added JUCE-compatible write method
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Tue, 25 Aug 2015 11:14:25 +0100 |
parents | 3068421c0737 |
children | e77e2e712fbc |
line wrap: on
line diff
--- a/include/UdpClient.h Mon Aug 24 20:53:26 2015 +0100 +++ b/include/UdpClient.h Tue Aug 25 11:14:25 2015 +0100 @@ -33,6 +33,7 @@ void setPort(int aPort); void setServer(const char* aServerName); int send(void* message, int size); + int write(const char* remoteHostname, int remotePortNumber, void* sourceBuffer, int numBytesToWrite); };