summaryrefslogtreecommitdiff
path: root/include/mts/MTS_IO_EG95Radio.h
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2020-01-10 14:24:22 -0600
committerJeff Hatch <jhatch@multitech.com>2020-01-10 14:24:22 -0600
commit21026c29f774ba4ba9f9af7cda7ea5fbfb17728b (patch)
tree542975a2d23c421333ba12db32ec26c60cb65663 /include/mts/MTS_IO_EG95Radio.h
parent35dcb6fcfec3b7dfd1b7717b441fcd94997bddf5 (diff)
downloadlibmts-io-21026c29f774ba4ba9f9af7cda7ea5fbfb17728b.tar.gz
libmts-io-21026c29f774ba4ba9f9af7cda7ea5fbfb17728b.tar.bz2
libmts-io-21026c29f774ba4ba9f9af7cda7ea5fbfb17728b.zip
IN003925 Fix EG95 Cellular network registration checking
Diffstat (limited to 'include/mts/MTS_IO_EG95Radio.h')
-rw-r--r--include/mts/MTS_IO_EG95Radio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mts/MTS_IO_EG95Radio.h b/include/mts/MTS_IO_EG95Radio.h
index 5296e16..5c093db 100644
--- a/include/mts/MTS_IO_EG95Radio.h
+++ b/include/mts/MTS_IO_EG95Radio.h
@@ -41,6 +41,7 @@ namespace MTS {
private:
CODE getSupportedCellularModes(CELLULAR_MODES &networks) override;
CODE setCellularMode(CELLULAR_MODES networks) override;
+ CODE getRegistration(REGISTRATION& eRegistration) override;
};
}
}