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.
Dependencies: CircularBuffer FixedLengthList
Dependents: XBeeApiTest XBeeApiSimpleATCmdsExample XBeeApiBroadcastExample XBeeApiBroadcastExampleRTOS ... more
Diff: Base/XBeeApiFrame.hpp
- Revision:
- 34:2535760d53a6
- Parent:
- 27:6356ef5fe39b
- Child:
- 38:291aee9eb900
--- a/Base/XBeeApiFrame.hpp Tue Mar 25 18:38:42 2014 +0000
+++ b/Base/XBeeApiFrame.hpp Tue Mar 25 22:52:36 2014 +0000
@@ -169,7 +169,9 @@
the data was intended for and was decoded by this class. Returning true in other cases may result in
other decoders being denied the opportunity to examine the data
- \param p_data Pointer to the first byte of the data buffer (i.e. XBEE_CMD_POSN_SDELIM)
+ \param p_data Pointer to the first byte of the data buffer (i.e. XBEE_CMD_POSN_SDELIM). The implementation
+ of any over-riding function should not expect that the data referenced by this pointer will
+ remain valid after the call-back has completed.
\param p_len Size of the data pointed to by p_data
\returns true in the case that the data was examined and decoded successfully
false in the case that the data was not of interest or was not decoded successfully