modded version CNMAT/OSC https://github.com/CNMAT/OSC

Dependents:   CVtoOSCConverter

Fork of osc-cnmat by Asperius van Hansen

Revision:
4:107c23eb31b6
Parent:
3:f58c63b78853
--- a/OSCBundle.h	Sat May 17 12:42:29 2014 +0000
+++ b/OSCBundle.h	Sat Feb 13 11:29:14 2016 +0000
@@ -67,7 +67,7 @@
     
     //the size of the incoming message
     int incomingMessageSize;
-    
+
     //adds a byte to the buffer
     void addToIncomingBuffer(uint8_t);
     //clears the incoming buffer
@@ -158,15 +158,15 @@
     SENDING
  =============================================================================*/
     
-    //void send(Print &p);
+    int send(uint8_t *);
     
 /*=============================================================================
     FILLING
  =============================================================================*/
     
-    void fill(uint8_t incomingByte);
+    void fill(uint8_t);
     
-    void fill(uint8_t * incomingBytes, int length);
+    //void fill(uint8_t * incomingBytes, int length);
 };
 
-#endif
\ No newline at end of file
+#endif