Skip to content

Commit 907fede

Browse files
author
Teppo Järvelin
committed
Cellular: review fixes for doxygen changes of return values.
1 parent 66fcbb9 commit 907fede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/cellular/framework/API/CellularNetwork.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ class CellularNetwork : public NetworkInterface {
343343
*
344344
* @param rat Radio access technology
345345
* @return NSAPI_ERROR_OK on success
346-
* NSAPI_ERROR_UNSUPPORTED if the given opAct is RAT_UNKNOWN, inhering target class
347-
* has not implemented method set_access_technology_impl(...) or returns NSAPI_ERROR_UNSUPPORTED
348-
* NSAPI_ERROR_DEVICE_ERROR on case of failure
346+
* NSAPI_ERROR_UNSUPPORTED if the given rat is RAT_UNKNOWN or inheriting target class
347+
* has not implemented method set_access_technology_impl(...)
348+
* OR return value of the inheriting target class set_access_technology_impl(...)
349349
*/
350350
virtual nsapi_error_t set_access_technology(RadioAccessTechnology rat) = 0;
351351

0 commit comments

Comments
 (0)