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.cpp	Thu Oct 22 22:22:12 2015 +0000
+++ b/Core/APIFrame.cpp	Mon Oct 26 18:04:12 2015 +0000
@@ -13,7 +13,7 @@
     }
 }
 
-char APIFrame::getFrameType()
+int APIFrame::getFrameType()
 {
     return data[0];
 }