XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

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