Amman Vedi / xbee_lib

Dependents:   IOT_Sockets

Fork of xbee_api by Wiktor Grajkowski

Revision:
9:08ccd085662f
Parent:
8:3ef2044c1302
Child:
10:61e607fa8621
--- a/xbeeFrame.h	Sat Jan 25 21:20:41 2014 +0000
+++ b/xbeeFrame.h	Sun Jan 26 15:00:52 2014 +0000
@@ -63,7 +63,7 @@
     void SendFrame(void);    
     /** Receives the frame
       */
-    void ReceiveFrame(char* buf);
+    void ReceiveFrame(char* buf, int timeout);
     /** Returns pointer to api frame
       */
     char* GetFramePointer(void);