mirror of https://github.com/ARMmbed/mbed-os.git
parent
8389bbfc61
commit
a83745bcdd
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
/** UARTCellularInterface class
|
/** UARTCellularInterface class
|
||||||
*
|
*
|
||||||
* @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
||||||
*
|
*
|
||||||
* This interface serves as the controller/driver for Cellular
|
* This interface serves as the controller/driver for Cellular
|
||||||
* modems attached via a UART (tested with UBLOX_C027 and MTS_DRAGONFLY_F411RE).
|
* modems attached via a UART (tested with UBLOX_C027 and MTS_DRAGONFLY_F411RE).
|
||||||
|
@ -38,7 +38,7 @@ public:
|
||||||
|
|
||||||
/** Constructor
|
/** Constructor
|
||||||
*
|
*
|
||||||
* @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
||||||
*/
|
*/
|
||||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.")
|
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.")
|
||||||
UARTCellularInterface(PinName tx, PinName rx, PinName dcd = NC, PinName rts = NC, PinName cts = NC, PinName ri = NC,
|
UARTCellularInterface(PinName tx, PinName rx, PinName dcd = NC, PinName rts = NC, PinName cts = NC, PinName ri = NC,
|
||||||
|
@ -48,7 +48,7 @@ public:
|
||||||
|
|
||||||
/** Destructor
|
/** Destructor
|
||||||
*
|
*
|
||||||
* @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
||||||
*/
|
*/
|
||||||
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.")
|
MBED_DEPRECATED_SINCE("mbed-os-5.9", "This API will be deprecated, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.")
|
||||||
virtual ~UARTCellularInterface();
|
virtual ~UARTCellularInterface();
|
||||||
|
@ -61,7 +61,7 @@ private:
|
||||||
protected:
|
protected:
|
||||||
/** Enable or disable hang-up detection
|
/** Enable or disable hang-up detection
|
||||||
*
|
*
|
||||||
* @deprecated This API will be deprecated mbed-os-5.9, use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
* @deprecated This API will be deprecated in mbed-os-5.9. Use mbed-os/features/cellular/easy_cellular/EasyCellularConnection.h instead.
|
||||||
*
|
*
|
||||||
* When in PPP data pump mode, it is helpful if the FileHandle will signal hang-up via
|
* When in PPP data pump mode, it is helpful if the FileHandle will signal hang-up via
|
||||||
* POLLHUP, e.g., if the DCD line is deasserted on a UART. During command mode, this
|
* POLLHUP, e.g., if the DCD line is deasserted on a UART. During command mode, this
|
||||||
|
|
Loading…
Reference in New Issue