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.cpp
- Revision:
- 9:780db84ce891
- Parent:
- 8:b5f4a0e92249
--- a/XBeeDM/XBeeDM.cpp Fri Jul 29 12:10:38 2016 +0200 +++ b/XBeeDM/XBeeDM.cpp Fri Jul 29 13:10:07 2016 +0200 @@ -102,17 +102,6 @@ return Success; } -RadioStatus XBeeDM::set_tc_link_key(const uint8_t * const key, const uint16_t length) -{ - if (key == NULL || length == 0 || length > 16) { - return Failure; - } - AtCmdFrame::AtCmdResp cmdresp; - - cmdresp = set_param("KY", key, length); - return cmdresp == AtCmdFrame::AtCmdRespOk ? Success : Failure; -} - RadioStatus XBeeDM::get_node_discovery_timeout(uint16_t * const timeout_ms) { AtCmdFrame::AtCmdResp cmdresp;