summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_TelitRadio.h
diff options
context:
space:
mode:
authorAndrii Pientsov <andrii.pientsov@globallogic.com>2020-07-17 10:42:16 +0300
committerAndrii Pientsov <andrii.pientsov@globallogic.com>2020-07-17 10:42:16 +0300
commit298efe4e17d3665f9ddbb9298a37b563c60de735 (patch)
treed6c9c3f1f23de7e215fca1dbbe4f38b3c4a09815 /include/mts/MTS_IO_TelitRadio.h
parenta05854f5d389f67001b7ecc4cda62c7320433349 (diff)
downloadlibmts-io-298efe4e17d3665f9ddbb9298a37b563c60de735.tar.gz
libmts-io-298efe4e17d3665f9ddbb9298a37b563c60de735.tar.bz2
libmts-io-298efe4e17d3665f9ddbb9298a37b563c60de735.zip
Code review
Diffstat (limited to 'include/mts/MTS_IO_TelitRadio.h')
-rw-r--r--include/mts/MTS_IO_TelitRadio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_TelitRadio.h b/include/mts/MTS_IO_TelitRadio.h
index d0a70ed..c3ba764 100644
--- a/include/mts/MTS_IO_TelitRadio.h
+++ b/include/mts/MTS_IO_TelitRadio.h
@@ -31,6 +31,7 @@ namespace MTS {
bool resetRadio(uint32_t iTimeoutMillis = 5000) override;
CODE getFirmwareBuild(std::string& sFirmwareBuild) override;
+ CODE getVendorFirmware(std::string& sVendorFirmware) override;
CODE getModel(std::string& sModel) override;
CODE getIccid(std::string& sIccid) override;
CODE getService(std::string& sService) override;
@@ -80,8 +81,6 @@ namespace MTS {
static const size_t FILE_CHUNK_SIZE;
static const std::string CMD_ABORT_UPLOAD;
- CODE getVendorFirmware(std::string& sVendorFirmware);
-
CODE startWrite();
CODE abortWrite();