nRF Connect Device Manager
Toggle table of contents
3.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
nRF Connect Device Manager
mcumgr-core
/
no.nordicsemi.android.mcumgr.managers
/
StatsManager
/
Response
Response
interface
Response
:
HasReturnCode
Inheritors
McuMgrStatListResponse
McuMgrStatResponse
Members
Functions
get
Group
Return
Code
Link copied to clipboard
abstract
fun
getGroupReturnCode
(
)
:
HasReturnCode.GroupReturnCode
Since nRF Connect SDK version 2.4 the groups return more granular return codes than before.
get
Return
Code
Link copied to clipboard
abstract
fun
getReturnCode
(
)
:
McuMgrErrorCode
Get the return code as an enum.
get
Return
Code
Value
Link copied to clipboard
abstract
fun
getReturnCodeValue
(
)
:
Int
Return the Mcu Manager return code as an int.
get
Stats
Return
Code
Link copied to clipboard
@
Nullable
open
fun
getStatsReturnCode
(
)
:
@
Nullable
StatsManager.ReturnCode