diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-06-02 16:22:48 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2017-06-02 16:22:48 -0500 |
commit | cb427be9a092b0968aee1a42a2bc805735c9c8f2 (patch) | |
tree | a8f353c619192e1ad5a018c1cdc9dc992cdc64a5 /include/mts/MTS_IO_LE910NA1Radio.h | |
parent | 646b36e1e1f26e01b4675e2265ee83a5aca55cf2 (diff) | |
download | libmts-io-1.0.1.tar.gz libmts-io-1.0.1.tar.bz2 libmts-io-1.0.1.zip |
Add AT#FWSWITCH command for LNA radio support in radio-query and radio-cmd1.0.1
Diffstat (limited to 'include/mts/MTS_IO_LE910NA1Radio.h')
-rw-r--r-- | include/mts/MTS_IO_LE910NA1Radio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910NA1Radio.h b/include/mts/MTS_IO_LE910NA1Radio.h index d9e9694..307bfe5 100644 --- a/include/mts/MTS_IO_LE910NA1Radio.h +++ b/include/mts/MTS_IO_LE910NA1Radio.h @@ -40,6 +40,10 @@ namespace MTS { LE910NA1Radio(const std::string& sPort); virtual ~LE910NA1Radio(){}; + virtual CODE setActiveFirmware(const Json::Value& jArgs); + + virtual CODE getActiveFirmware(std::string& sFwId); + protected: private: |