summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_EG95Radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r--include/mts/MTS_IO_EG95Radio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h
index f3021cc..5296e16 100644
--- a/include/mts/MTS_IO_EG95Radio.h
+++ b/include/mts/MTS_IO_EG95Radio.h
@@ -34,12 +34,13 @@ namespace MTS {
EG95Radio(const std::string& sPort);
virtual ~EG95Radio();
- CODE setRxDiversity(const Json::Value& jArgs);
+ CODE setRxDiversity(const Json::Value& jArgs) override;
protected:
private:
-
+ CODE getSupportedCellularModes(CELLULAR_MODES &networks) override;
+ CODE setCellularMode(CELLULAR_MODES networks) override;
};
}
}