khang_91

Revision:
90:79a8c8660a4e
Parent:
81:d8f2c4e664f5
Child:
103:06bafd42c324
--- a/mDot.h	Wed Aug 02 14:05:54 2017 -0500
+++ b/mDot.h	Tue Aug 08 07:09:10 2017 -0500
@@ -702,6 +702,19 @@
         const uint8_t* getAppKey();
 
         /**
+         * Add a multicast session address and keys
+         * Downlink counter is set to 0
+         * Up to 3 MULTICAST_SESSIONS can be set
+         */
+        int32_t setMulticastSession(uint8_t index, uint32_t addr, const uint8_t* nsk, const uint8_t* dsk);
+
+        /**
+         * Set a multicast session counter
+         * Up to 3 MULTICAST_SESSIONS can be set
+         */
+        int32_t setMulticastDownlinkCounter(uint8_t index, uint32_t count);
+
+        /**
          * Set join byte order
          * @param order 0:LSB 1:MSB
          */