summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_LE910C4NFRadio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_LE910C4NFRadio.h')
-rw-r--r--include/mts/MTS_IO_LE910C4NFRadio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910C4NFRadio.h b/include/mts/MTS_IO_LE910C4NFRadio.h
index afd1c24..1ae61a7 100644
--- a/include/mts/MTS_IO_LE910C4NFRadio.h
+++ b/include/mts/MTS_IO_LE910C4NFRadio.h
@@ -38,10 +38,14 @@ namespace MTS {
virtual CODE getActiveFirmware(std::string& sFwId);
+ CODE disableVoiceSupport() override;
+ CODE getVoiceSupport(bool& bVoiceEnabled, bool& bSmsOnly) override;
+
protected:
FOTA_GROUP getFotaGroup() override;
private:
+ CODE getIsVoiceSupportConfigurable();
};
}