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/Indicator/ATCommandIndicator.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Indicator/ATCommandIndicator.h	Sat Nov 14 16:42:36 2015 +0000
@@ -11,7 +11,7 @@
 
     virtual int getFrameID();
     
-    virtual char * getRequestCommand();
+    virtual unsigned char * getRequestCommand();
 
     /**
     *
@@ -28,9 +28,9 @@
     /// if parameter not presented, null will be returned.
     /// </summary>
     /// <returns></returns>
-    virtual char * getParameter();
+    virtual unsigned  char * getParameter();
 
-    virtual char getParameter(int index);
+    virtual unsigned char getParameter(int index);
 
     virtual int getParameterLength();