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: MTS-Serial libmDot-mbed5
Fork of Dot-AT-Firmware by
CmdPreserveSession.h
00001 /* 00002 * CmdPreserveSession.h 00003 * 00004 * Created on: Nov 4, 2015 00005 * Author: jreiss 00006 */ 00007 00008 #ifndef CMDPRESERVESESSION_H_ 00009 #define CMDPRESERVESESSION_H_ 00010 00011 #include "Command.h" 00012 00013 class CmdPreserveSession : public Command { 00014 public: 00015 CmdPreserveSession(); 00016 virtual ~CmdPreserveSession(); 00017 static uint32_t action(std::vector<std::string> args); 00018 static bool verify(std::vector<std::string> args); 00019 00020 private: 00021 00022 00023 }; 00024 00025 #endif /* CMDPRESERVESESSION_H_ */
Generated on Tue Jul 12 2022 20:40:04 by
