XBee and XBee-PRO ZigBee RF modules provide cost-effective wireless connectivity to electronic devices. They are interoperable with other ZigBee PRO feature set devices, including devices from other vendors.

Dependencies:   BufferedArray

Dependents:   MBEDminiproject

Revision:
6:5f31ddc17239
Parent:
0:837e6c48e90d
--- a/Request/TxBase.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Request/TxBase.h	Sat Nov 14 16:42:36 2015 +0000
@@ -19,15 +19,15 @@
     /// <param name="Length">the length of payload not include Frame Type, Frame ID and CheckSum</param>
     /// <param name="identifier">Frame Type</param>
     /// <param name="frameID">Frame ID</param>
-    TxBase(int length, char identifier, char frameID);
+    TxBase(int length, unsigned char identifier, unsigned char frameID);
 
     /// <summary>
     /// this does not affect the position, will always write to position 1
     /// </summary>
     /// <param name="identifier"></param>
-    void setFrameID(char frameID);
+    void setFrameID(unsigned char frameID);
 
-    char getFrameID();
+    unsigned  char getFrameID();
 };
 
 #endif
\ No newline at end of file