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.
Dependencies: DmTftLibrary eeprom SX1280Lib filesystem mbed
Fork of MSNV2-Terminal_V1-5 by
DataMessagePart.hpp
00001 #ifndef __DATAMESSAGEPART_HPP__ 00002 #define __DATAMESSAGEPART_HPP__ 00003 00004 #include "Context.h" 00005 00006 00007 #include <vector> 00008 #include <sstream> 00009 00010 #include "Service.hpp" 00011 00012 00013 namespace misnet { 00014 class DataMessagePart; 00015 } 00016 00017 00018 class misnet::DataMessagePart { 00019 public: 00020 virtual string serialize() = 0; // Returns a string that represents the data to be sent to gateway 00021 }; 00022 00023 #endif // __DATAMESSAGEPART_HPP__
Generated on Tue Jul 12 2022 15:06:51 by
1.7.2
