File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
features/cellular/framework/API Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,9 +343,9 @@ class CellularNetwork : public NetworkInterface {
343
343
*
344
344
* @param rat Radio access technology
345
345
* @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(...)
349
349
*/
350
350
virtual nsapi_error_t set_access_technology (RadioAccessTechnology rat) = 0;
351
351
You can’t perform that action at this time.
0 commit comments