diff options
author | Jeff Hatch <jhatch@multitech.com> | 2019-08-13 08:02:32 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2019-08-13 08:02:32 -0500 |
commit | 07eb755bbdc2700f31ff4e5fd9a7ac04a14e69e8 (patch) | |
tree | d1b30c78bbb2e81576cf193a7be809c0a2e0676b /include/mts/MTS_IO_EG95Radio.h | |
parent | f6f7d0e174d2bf5eb4494e2508c17d3d7fbdc4e9 (diff) | |
parent | 4e5c4eb9d3b9a8974429810ebe5afc3387753643 (diff) | |
download | libmts-io-07eb755bbdc2700f31ff4e5fd9a7ac04a14e69e8.tar.gz libmts-io-07eb755bbdc2700f31ff4e5fd9a7ac04a14e69e8.tar.bz2 libmts-io-07eb755bbdc2700f31ff4e5fd9a7ac04a14e69e8.zip |
Merge branch 'MTX-2891-mpower-2g-3g-4g' into 'master'
Mtx 2891 mpower 2g 3g 4g
See merge request !2
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r-- | include/mts/MTS_IO_EG95Radio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h index f3021cc..5296e16 100644 --- a/include/mts/MTS_IO_EG95Radio.h +++ b/include/mts/MTS_IO_EG95Radio.h @@ -34,12 +34,13 @@ namespace MTS { EG95Radio(const std::string& sPort); virtual ~EG95Radio(); - CODE setRxDiversity(const Json::Value& jArgs); + CODE setRxDiversity(const Json::Value& jArgs) override; protected: private: - + CODE getSupportedCellularModes(CELLULAR_MODES &networks) override; + CODE setCellularMode(CELLULAR_MODES networks) override; }; } } |