mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Mark CellularDevice::stop deprecated
parent
e03180d13d
commit
088140e04b
|
@ -222,6 +222,7 @@ public:
|
|||
/** Stop the current operation. Operations: set_device_ready, set_sim_ready, register_to_network, attach_to_network
|
||||
*
|
||||
*/
|
||||
MBED_DEPRECATED_SINCE("mbed-os-5.15", "Use CellularDevice::shutdown() instead.")
|
||||
void stop();
|
||||
|
||||
/** Get the current FileHandle item used when communicating with the modem.
|
||||
|
|
Loading…
Reference in New Issue