ver1

Revision:
139:b2e9d643eef9
Parent:
82:0f5a742a08cd
Child:
172:7ec44396a51b
diff -r 10ab1fc347b3 -r b2e9d643eef9 plans/ChannelPlan_US915.h
--- a/plans/ChannelPlan_US915.h	Thu Feb 22 14:12:09 2018 -0600
+++ b/plans/ChannelPlan_US915.h	Wed Feb 28 10:30:44 2018 -0600
@@ -167,6 +167,16 @@
             virtual uint8_t HandleNewChannel(const uint8_t* payload, uint8_t index, uint8_t size, uint8_t& status);
 
             /**
+             * Callback to for downlink channel request ServerCommand
+             * @param payload packet data
+             * @param index of start of command buffer
+             * @param size number of bytes in command buffer
+             * @param[out] status to be returned in MoteCommand answer
+             * @return LORA_OK
+             */
+            virtual uint8_t HandleDownlinkChannelReq(const uint8_t* payload, uint8_t index, uint8_t size, uint8_t& status);
+
+            /**
              * Callback to for ping slot channel request ServerCommand
              * @param payload packet data
              * @param index of start of command buffer