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.meta
/
StatCollectionResult
Stat
Collection
Result
sealed
class
StatCollectionResult
Result of statistic collections.
Inheritors
Success
Cancelled
Failure
Members
Types
Cancelled
Link copied to clipboard
data
class
Cancelled
(
val
statistics
:
Map
<
String
,
Map
<
String
,
Long
>
>
)
:
StatCollectionResult
Failure
Link copied to clipboard
data
class
Failure
(
val
throwable
:
Throwable
)
:
StatCollectionResult
Success
Link copied to clipboard
data
class
Success
(
val
statistics
:
Map
<
String
,
Map
<
String
,
Long
>
>
)
:
StatCollectionResult