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/ATCommandRequest.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Request/ATCommandRequest.h	Sat Nov 14 16:42:36 2015 +0000
@@ -19,13 +19,13 @@
         /// <param name="FrameID"></param>
         /// <param name="AT_Command"></param>
         /// <param name="Parameter_Value">this can be null</param>
-        ATCommandRequest(char frameID, const char * command, const char * parameter=NULL, int offset=0, int length=0);
+        ATCommandRequest(unsigned  char frameID, const char * command, const unsigned  char * parameter=NULL, int offset=0, int length=0);
 
         virtual void setAppleChanges(bool appleChanges);
 
         virtual void setCommand(const char * command);
 
-        virtual void setParameter(const char * parameter, int offset, int length);
+        virtual void setParameter(const unsigned  char * parameter, int offset, int length);
 };
 
 #endif
\ No newline at end of file