Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of XBeeLib by
Diff: XBeeDM/XBeeDM.h
- Revision:
- 9:780db84ce891
- Parent:
- 8:b5f4a0e92249
--- a/XBeeDM/XBeeDM.h Fri Jul 29 12:10:38 2016 +0200 +++ b/XBeeDM/XBeeDM.h Fri Jul 29 13:10:07 2016 +0200 @@ -104,16 +104,6 @@ */ RadioStatus get_network_id(uint16_t * const network_id); - /** 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 *