File tree Expand file tree Collapse file tree 3 files changed +4
-75
lines changed
cellular/generic_modem_driver Expand file tree Collapse file tree 3 files changed +4
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class PPPCellularInterface : public CellularBase {
133
133
/* * Start the interface
134
134
*
135
135
* Attempts to connect to a Cellular network.
136
- * This driver is written mainly for data network connections as CellularInterface
136
+ * This driver is written mainly for data network connections as CellularBase
137
137
* is NetworkInterface. That's why connect() call internally calls nwk_registration()
138
138
* method with parameter PACKET_SWITCHED network. Circuit switched hook and registration
139
139
* process is implemented and left in the driver for future extension/subclass support,e.g.,
@@ -329,8 +329,8 @@ class PPPCellularInterface : public CellularBase {
329
329
/* * Starts network registration process.
330
330
*
331
331
* Potential users could be subclasses who are not network interface
332
- * but would like to use CellularInterface infrastructure to register
333
- * with a cellular network, e.g., an SMS extension to CellularInterface .
332
+ * but would like to use CellularBase infrastructure to register
333
+ * with a cellular network, e.g., an SMS extension to CellularBase .
334
334
*
335
335
* @param nwk_type type of network to connect, defaults to packet switched network
336
336
*
Original file line number Diff line number Diff line change 33
33
#include "netsocket/NetworkInterface.h"
34
34
#include "netsocket/EthInterface.h"
35
35
#include "netsocket/WiFiInterface.h"
36
- #include "netsocket/CellularInterface .h"
36
+ #include "netsocket/CellularBase .h"
37
37
#include "netsocket/MeshInterface.h"
38
38
39
39
#include "netsocket/Socket.h"
You can’t perform that action at this time.
0 commit comments