summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_CellularRadio.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-08-11 09:23:04 -0500
committerJeff Hatch <jhatch@multitech.com>2020-08-11 09:23:04 -0500
commitd154933f6a6220e7298260d5084f6516806406b6 (patch)
tree3e85c3ee1e6b9958dcc095e8e60770c30f73e43f /include/mts/MTS_IO_CellularRadio.h
parent79925bf7853896834ace6788b9bc7d6edcd78301 (diff)
parentb32dbb2c5f12fbacf598edb812acab816068de00 (diff)
downloadlibmts-io-d154933f6a6220e7298260d5084f6516806406b6.tar.gz
libmts-io-d154933f6a6220e7298260d5084f6516806406b6.tar.bz2
libmts-io-d154933f6a6220e7298260d5084f6516806406b6.zip
Merge branch 'sk/l4g1-delta-fwu' into 'master'
Quectel EG25-G Delta Radio Firmware Upgrade support - libmts-io implementation See merge request !33
Diffstat (limited to 'include/mts/MTS_IO_CellularRadio.h')
-rw-r--r--include/mts/MTS_IO_CellularRadio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_CellularRadio.h b/include/mts/MTS_IO_CellularRadio.h
index ab6e00a..2b03d8f 100644
--- a/include/mts/MTS_IO_CellularRadio.h
+++ b/include/mts/MTS_IO_CellularRadio.h
@@ -126,6 +126,13 @@ namespace MTS {
int32_t timeoutMillis = 100,
const char& ESC = ICellularRadio::CR) override;
+ //! Wait for response from the radio without sending any data to it
+ virtual std::string waitResponse(const std::vector<std::string>& vBail = DEFAULT_BAIL_STRINGS,
+ int32_t timeoutMillis = 100) override;
+
+ //! Wait for response from the radio without sending any data to it
+ virtual std::string waitResponse(IsNeedMoreData& isNeedMoreData,
+ int32_t timeoutMillis = 100) override;
protected: