mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: review fixes for doxygen changes of return values.
parent
66fcbb9291
commit
907fede1d7
|
@ -343,9 +343,9 @@ public:
|
||||||
*
|
*
|
||||||
* @param rat Radio access technology
|
* @param rat Radio access technology
|
||||||
* @return NSAPI_ERROR_OK on success
|
* @return NSAPI_ERROR_OK on success
|
||||||
* NSAPI_ERROR_UNSUPPORTED if the given opAct is RAT_UNKNOWN, inhering target class
|
* NSAPI_ERROR_UNSUPPORTED if the given rat is RAT_UNKNOWN or inheriting target class
|
||||||
* has not implemented method set_access_technology_impl(...) or returns NSAPI_ERROR_UNSUPPORTED
|
* has not implemented method set_access_technology_impl(...)
|
||||||
* NSAPI_ERROR_DEVICE_ERROR on case of failure
|
* OR return value of the inheriting target class set_access_technology_impl(...)
|
||||||
*/
|
*/
|
||||||
virtual nsapi_error_t set_access_technology(RadioAccessTechnology rat) = 0;
|
virtual nsapi_error_t set_access_technology(RadioAccessTechnology rat) = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue