diff options
author | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-04-13 11:16:57 -0500 |
---|---|---|
committer | Jeff Hatch <Jeff.Hatch@multitech.com> | 2018-04-13 11:16:57 -0500 |
commit | 9fc7c4094a2d1cfa9f23ed8e3ac80d111fd4e87f (patch) | |
tree | 064762842652bd565ed2f7fc9bf8dafb0639fa4b /include/mts/MTS_IO_LE910Radio.h | |
parent | e3c38ce54b17ef0fa3e251abadb2887c889257ad (diff) | |
download | libmts-io-9fc7c4094a2d1cfa9f23ed8e3ac80d111fd4e87f.tar.gz libmts-io-9fc7c4094a2d1cfa9f23ed8e3ac80d111fd4e87f.tar.bz2 libmts-io-9fc7c4094a2d1cfa9f23ed8e3ac80d111fd4e87f.zip |
Add getModemLocation for CellularRadio and LE910 radio1.0.5
Diffstat (limited to 'include/mts/MTS_IO_LE910Radio.h')
-rw-r--r-- | include/mts/MTS_IO_LE910Radio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_LE910Radio.h b/include/mts/MTS_IO_LE910Radio.h index 6b77607..e8ac21f 100644 --- a/include/mts/MTS_IO_LE910Radio.h +++ b/include/mts/MTS_IO_LE910Radio.h @@ -43,6 +43,7 @@ namespace MTS { virtual ~LE910Radio(){}; CODE setRxDiversity(const Json::Value& jArgs); + CODE getModemLocation(std::string& sLocation); protected: |