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:
- 153:7c00843e4bba
- Parent:
- 139:b2e9d643eef9
- Child:
- 167:09fd17fee0f5
--- a/ChannelPlan.h Thu May 10 13:53:26 2018 -0500
+++ b/ChannelPlan.h Tue May 29 12:02:57 2018 -0500
@@ -546,7 +546,12 @@
virtual void DefaultLBT();
virtual bool ListenBeforeTalk();
-
+
+ /**
+ * use to clear downlink channels on join
+ */
+ virtual void ClearChannels();
+
protected:
SxRadio* GetRadio(); //!< Get pointer to the SxRadio object or assert if it is null