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:
4:a0f1fba6c2fb
--- a/Options/Tx64TransmitOptions.h	Thu Nov 05 23:03:42 2015 +0000
+++ b/Options/Tx64TransmitOptions.h	Sat Nov 14 16:42:36 2015 +0000
@@ -13,7 +13,7 @@
 public:
     Tx64TransmitOptions();
 
-    Tx64TransmitOptions(char vlaue);
+    Tx64TransmitOptions(unsigned char vlaue);
 
     Tx64TransmitOptions(bool disable_retries_and_route_repair, bool donot_repeat_packet, bool send_packet_with_broadcast_PanID, bool invoke_traceroute, bool purge_packet_if_delayed_due_to_duty_cycle);