21
21
22
22
/* * CellularInterface class
23
23
*
24
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
24
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
25
25
*
26
26
* Common interface that is shared between ethernet hardware
27
27
* @addtogroup netsocket
@@ -36,7 +36,7 @@ class CellularInterface : public NetworkInterface
36
36
37
37
/* * Set the cellular network APN and credentials
38
38
*
39
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
39
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
40
40
*
41
41
* @param apn Optional name of the network to connect to
42
42
* @param username Optional username for the APN
@@ -49,7 +49,7 @@ class CellularInterface : public NetworkInterface
49
49
50
50
/* * Start the interface
51
51
*
52
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
52
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
53
53
*
54
54
* @param apn Optional name of the network to connect to
55
55
* @param username Optional username for your APN
@@ -62,7 +62,7 @@ class CellularInterface : public NetworkInterface
62
62
63
63
/* * Start the interface
64
64
*
65
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
65
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
66
66
*
67
67
* Attempts to connect to a cellular network based on supplied credentials
68
68
*
@@ -73,7 +73,7 @@ class CellularInterface : public NetworkInterface
73
73
74
74
/* * Stop the interface
75
75
*
76
- * @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
76
+ * @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/framework/API/CellularNetwork.h instead.
77
77
*
78
78
* @return 0 on success, negative error code on failure
79
79
*/
0 commit comments