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: DigiLogger
Fork of XBeeLib_vs by
Diff: XBeeDM/XBeeDM.h
- Revision:
- 7:3ac2a461ce76
- Parent:
- 6:06522f3a6642
- Child:
- 8:b5f4a0e92249
--- a/XBeeDM/XBeeDM.h Thu Jul 28 10:17:20 2016 +0200
+++ b/XBeeDM/XBeeDM.h Thu Jul 28 15:36:36 2016 +0200
@@ -374,6 +374,17 @@
*/
RadioStatus enable_dio_change_detection(const RemoteXBee& remote, IoLine line, bool enable);
+ /** config_poll_destination - configures to which node poll messages will be sent once module awakes if configured as
+ * an Indirect Msg Poller (CE==0x4).
+ * Consult the module's reference manual for more information.
+ *
+ * @param destination remote device where the poll messages will be sent
+ * @returns the result of the data transfer
+ * Success if the operation was successful,
+ * Failure otherwise
+ */
+ RadioStatus config_poll_destination(const RemoteXBee& destination);
+
protected:
/** Frame handler used for the node discovery. Registered when a callback function
