summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorandrii.davydenko <andrii.davydenko@globallogic.com>2021-11-16 11:51:32 +0200
committerJohn Klug <john.klug@multitech.com>2022-04-18 13:26:27 -0500
commit1f7987d546384b6b9ef0079dac5c903148a59210 (patch)
tree6eaf7db557e91e1f6b6c29885d5fddc3c584c457 /include/mts/MTS_IO_TelitRadio.h
parent28b673dd4db086f1957c5cdae281f54980715e36 (diff)
downloadlibmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.tar.gz
libmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.tar.bz2
libmts-io-1f7987d546384b6b9ef0079dac5c903148a59210.zip
Update MODBUS slave feature, Rogers Certification issue
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h4
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);