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.
Diff: ChannelPlan.h
- Revision:
- 139:b2e9d643eef9
- Parent:
- 84:29648b580369
- Child:
- 153:7c00843e4bba
--- a/ChannelPlan.h Thu Feb 22 14:12:09 2018 -0600
+++ b/ChannelPlan.h Wed Feb 28 10:30:44 2018 -0600
@@ -312,6 +312,16 @@
virtual uint8_t HandleNewChannel(const uint8_t* payload, uint8_t index, uint8_t size, uint8_t& status) = 0;
/**
+ * 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