XBee API mode library

Revision:
3:8453df14bd30
Parent:
0:0232a97b3883
Child:
5:b82970ef7fb0
--- a/XBee.h	Thu Sep 20 02:44:49 2012 +0000
+++ b/XBee.h	Thu Sep 20 10:50:00 2012 +0000
@@ -456,7 +456,7 @@
     int createTxRequest(char frame_id, const char *data, int data_length, char *buf, int buf_size);
     int createAtRequest(char frame_id, const char *command, const uint8_t *param, int param_length, bool queue, char *buf, int buf_size);
     int createRemoteAtRequest(char frame_id, const char *command, const uint8_t *param, int param_length, char options, char *buf, int buf_size);
-    int seekFor(FrameType type, float timeout);
+    int seekFor(FrameType type, char id, float timeout);
     FrameType getFrameType(char c);
     bool scan(int i, ValueType type, char *value, int maxlength = 1, int *length = 0);
     void flush();