File tree Expand file tree Collapse file tree 2 files changed +3
-88
lines changed
cellular/generic_modem_driver Expand file tree Collapse file tree 2 files changed +3
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ class PPPCellularInterface : public CellularBase {
151
151
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
152
152
*
153
153
* Attempts to connect to a Cellular network.
154
- * This driver is written mainly for data network connections as CellularInterface
154
+ * This driver is written mainly for data network connections as CellularBase
155
155
* is NetworkInterface. That's why connect() call internally calls nwk_registration()
156
156
* method with parameter PACKET_SWITCHED network. Circuit switched hook and registration
157
157
* process is implemented and left in the driver for future extension/subclass support,e.g.,
@@ -396,8 +396,8 @@ class PPPCellularInterface : public CellularBase {
396
396
/* * Starts network registration process.
397
397
*
398
398
* Potential users could be subclasses who are not network interface
399
- * but would like to use CellularInterface infrastructure to register
400
- * with a cellular network, e.g., an SMS extension to CellularInterface .
399
+ * but would like to use CellularBase infrastructure to register
400
+ * with a cellular network, e.g., an SMS extension to CellularBase .
401
401
*
402
402
* @param nwk_type type of network to connect, defaults to packet switched network
403
403
*
You can’t perform that action at this time.
0 commit comments