diff options
author | andrii.davydenko <andrii.davydenko@globallogic.com> | 2021-11-16 11:51:32 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-18 13:47:07 -0500 |
commit | 4322fabc71ddc54c19dd0e54a0b5248da372e9e5 (patch) | |
tree | 6eaf7db557e91e1f6b6c29885d5fddc3c584c457 /include/mts/MTS_IO_TelitRadio.h | |
parent | 166af1c1bd7c9a0368d046261bab2162a37a7dc2 (diff) | |
download | libmts-io-4322fabc71ddc54c19dd0e54a0b5248da372e9e5.tar.gz libmts-io-4322fabc71ddc54c19dd0e54a0b5248da372e9e5.tar.bz2 libmts-io-4322fabc71ddc54c19dd0e54a0b5248da372e9e5.zip |
Update MODBUS slave feature, Rogers Certification issue1.0.28
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r-- | include/mts/MTS_IO_TelitRadio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h index ffdddd9..a06da54 100644 --- a/include/mts/MTS_IO_TelitRadio.h +++ b/include/mts/MTS_IO_TelitRadio.h @@ -50,6 +50,8 @@ namespace MTS { CODE fumoLocalInject(int fd, UpdateCb& stepCb) override; CODE fumoLocalApply(UpdateCb& stepCb) override; + CODE getSelectedBandsRaw(std::string& sRawBands) override; + protected: TelitRadio(const std::string& sName, const std::string& sRadioPort); @@ -71,6 +73,8 @@ namespace MTS { virtual CODE fumoWriteGroupsABD(int fd, UpdateCb& stepCb); //virtual CODE fumoWriteGroupC(int fd, UpdateCb& stepCb); + static bool isContainsSignChar(const std::string& str); + private: virtual CODE getSimLockAttempts(int& iAttemptsPin, int& iAttemptsPuk, const std::string& sLockStatus); ICellularRadio::CODE wdsList(std::set<int> &wds); |