Cellular: review fixes for doxygen changes of return values.

pull/7768/head
Teppo Järvelin 2018-08-13 15:09:14 +03:00
parent 66fcbb9291
commit 907fede1d7
1 changed files with 3 additions and 3 deletions

View File

@ -343,9 +343,9 @@ public:
*
* @param rat Radio access technology
* @return NSAPI_ERROR_OK on success
* NSAPI_ERROR_UNSUPPORTED if the given opAct is RAT_UNKNOWN, inhering target class
* has not implemented method set_access_technology_impl(...) or returns NSAPI_ERROR_UNSUPPORTED
* NSAPI_ERROR_DEVICE_ERROR on case of failure
* NSAPI_ERROR_UNSUPPORTED if the given rat is RAT_UNKNOWN or inheriting target class
* has not implemented method set_access_technology_impl(...)
* OR return value of the inheriting target class set_access_technology_impl(...)
*/
virtual nsapi_error_t set_access_technology(RadioAccessTechnology rat) = 0;