diff options
author | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-08-05 19:05:47 +0300 |
---|---|---|
committer | Maksym Telychko <maksym.telychko@globallogic.com> | 2019-08-05 19:05:47 +0300 |
commit | dde61cb74828054f00518ca3b931f0b20009cc79 (patch) | |
tree | 90074e1ac63ac355a34ed4b007f4df5adef8d00f /include/mts/MTS_IO_TelitRadio.h | |
parent | e8412ebb27c8ff995795951d609377b003c8d6b1 (diff) | |
download | libmts-io-dde61cb74828054f00518ca3b931f0b20009cc79.tar.gz libmts-io-dde61cb74828054f00518ca3b931f0b20009cc79.tar.bz2 libmts-io-dde61cb74828054f00518ca3b931f0b20009cc79.zip |
MTX-2898 mpower 2-3-4g: quectel methods for set-cellular-mode and common methods for get-cellular-mode
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r-- | include/mts/MTS_IO_TelitRadio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h index 991f630..b81cd7d 100644 --- a/include/mts/MTS_IO_TelitRadio.h +++ b/include/mts/MTS_IO_TelitRadio.h @@ -41,7 +41,6 @@ namespace MTS { CODE setMdn(const Json::Value& jArgs) override; CODE getSupportedCellularModes(CELLULAR_MODES &networks) override; - CODE getCellularMode(CELLULAR_MODES &networks) override; CODE setCellularMode(CELLULAR_MODES networks) override; protected: |