23
23
24
24
/* * UARTCellularInterface class
25
25
*
26
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
26
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
27
27
*
28
28
* This interface serves as the controller/driver for Cellular
29
29
* modems attached via a UART (tested with UBLOX_C027 and MTS_DRAGONFLY_F411RE).
@@ -38,7 +38,7 @@ class UARTCellularInterface : public PPPCellularInterface {
38
38
39
39
/* * Constructor
40
40
*
41
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
41
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
42
42
*/
43
43
MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead." )
44
44
UARTCellularInterface (PinName tx, PinName rx, PinName dcd = NC, PinName rts = NC, PinName cts = NC, PinName ri = NC,
@@ -48,7 +48,7 @@ class UARTCellularInterface : public PPPCellularInterface {
48
48
49
49
/* * Destructor
50
50
*
51
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
51
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
52
52
*/
53
53
MBED_DEPRECATED_SINCE (" mbed-os-5.9" , " This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead." )
54
54
virtual ~UARTCellularInterface ();
@@ -61,7 +61,7 @@ class UARTCellularInterface : public PPPCellularInterface {
61
61
protected:
62
62
/* * Enable or disable hang-up detection
63
63
*
64
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
64
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
65
65
*
66
66
* When in PPP data pump mode, it is helpful if the FileHandle will signal hang-up via
67
67
* POLLHUP, e.g., if the DCD line is deasserted on a UART. During command mode, this
0 commit comments