Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

Revision:
24:92c30dabfda4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ATClearMessagePart.hpp	Tue Sep 11 21:45:52 2018 +0000
@@ -0,0 +1,22 @@
+#ifndef __ASSETTRACKINGMESSAGEPART_HPP__
+#define __ASSETTRACKINGMESSAGEPART_HPP__
+
+#include "Context.h"
+
+#include "ClearMessagePart.hpp"
+
+
+namespace misnet {
+    class ATClearMessagePart;
+}
+
+
+class misnet::ATClearMessagePart : virtual ClearMessagePart {
+    public:
+
+    private:
+        uint8_t     _terminal_id;   // Terminal identifier
+        uint8_t     _gateway_id;    // Gateway identifier
+};
+
+#endif  // __ASSETTRACKINGMESSAGEPART_HPP__