You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/cellular/framework/API/CellularNetwork.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,9 +272,11 @@ class CellularNetwork : public NetworkInterface
272
272
273
273
/** Request attach to network.
274
274
*
275
+
* @deprecated Parameter timeout will be deprecated. Use mbed-os/features/cellular/framework/API/CellularDevice.h set_timeout instead.
275
276
* @param timeout milliseconds to wait for attach response
276
277
* @return zero on success
277
278
*/
279
+
MBED_DEPRECATED_SINCE("mbed-os-5.9", "Parameter timeout will be deprecated. Use mbed-os/features/cellular/framework/API/CellularDevice.h set_timeout instead.")
0 commit comments