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:
3:6b205ec8624b
Parent:
1:3dc0ec2f9fd6
Child:
6:5f31ddc17239
--- a/Core/APIFrame.h	Thu Oct 22 22:22:12 2015 +0000
+++ b/Core/APIFrame.h	Mon Oct 26 18:04:12 2015 +0000
@@ -79,7 +79,7 @@
     *    Device_Authenticated_Indicator = 0xA2,
     *    Many_to_One_Route_Request_Indicator = 0xA3,
     */
-    char getFrameType();
+    int getFrameType();
 
     void setFrameType(char identifier);