Base class for the ublox-xxx-cellular-xxx classes. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the ublox-xxx-cellular-xxx classes, you will need this class also.
Dependents: example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more
Diff: UbloxCellularBase.h
- Revision:
- 4:2e640a101db1
- Parent:
- 1:5aaecf2572dc
- Child:
- 9:2c997d7df4c6
- Child:
- 10:c4281fa79b8f
diff -r f9b2cd6f72b1 -r 2e640a101db1 UbloxCellularBase.h
--- a/UbloxCellularBase.h Mon Jun 19 15:00:42 2017 +0100
+++ b/UbloxCellularBase.h Mon Jul 31 11:42:37 2017 +0100
@@ -228,6 +228,10 @@
/** Set to true to spit out debug traces.
*/
bool _debug_trace_on;
+
+ /** The baud rate to the modem.
+ */
+ int _baud;
/** True if the modem is ready register to the network,
* otherwise false.
u-blox