Xbee s2b for lpc11u24

Dependencies:   DigiLogger

Dependents:  

Fork of XBeeLib by Digi International Inc.

Revision:
9:780db84ce891
Parent:
8:b5f4a0e92249
--- a/XBee802/XBee802.h	Fri Jul 29 12:10:38 2016 +0200
+++ b/XBee802/XBee802.h	Fri Jul 29 13:10:07 2016 +0200
@@ -141,16 +141,6 @@
          */
         RadioStatus set_network_address(uint16_t addr);
 
-        /** set_tc_link_key - Sets key used for encryption and decryption (ZigBee trust center link key).
-         *  It is not recommended to set the key programmatically, because it could be read through the raw serial port bits.
-         *  @param key pointer to the 128-bit AES key
-         *  @param length size of the buffer pointed by 'key'
-         *  @returns
-         *     Success if the operation was successful,
-         *     Failure otherwise
-         */
-        RadioStatus set_tc_link_key(const uint8_t * const key, const uint16_t length);
-
         /** register_node_discovery_cb - registers the callback function that will be called
          * when the responses to the node discovery command arrive
          *