diff options
Diffstat (limited to 'include/mts/MTS_IO_QuectelRadio.h')
| -rw-r--r-- | include/mts/MTS_IO_QuectelRadio.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/mts/MTS_IO_QuectelRadio.h b/include/mts/MTS_IO_QuectelRadio.h index c46b39b..4e82261 100644 --- a/include/mts/MTS_IO_QuectelRadio.h +++ b/include/mts/MTS_IO_QuectelRadio.h @@ -54,6 +54,9 @@ namespace MTS {                  CODE setUeModeOfOperation(ICellularRadio::UE_MODES_OF_OPERATION mode) override;                  CODE getUeModeOfOperation(ICellularRadio::UE_MODES_OF_OPERATION& mode) override; +                CODE disableVoiceSupport() override; +                CODE getVoiceSupport(bool& bVoiceEnabled, bool& bSmsOnly) override; +              protected:                  enum class UE_USAGE_SETTING : uint8_t {                      UNKNOWN_MODE = 0, // Unknown mode @@ -84,6 +87,7 @@ namespace MTS {                  static const std::string CMD_ABORT_UPLOAD;                  static const std::string VALUE_MTS_DELTA_NAME;                  static const std::string VALUE_MTS_DELTA_PATH; +                static const std::string VALUE_QNVR_DISABLE_VOICE;                  CODE startFileUpload(const std::string& sTargetFilename, size_t nBytes, uint16_t uRxTimeout = 5, bool bAckEnabled = false);                  CODE abortFileUpload(); | 
