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.response.dflt
/
McuMgrMpStatResponse
/
MpStat
Mp
Stat
open
class
MpStat
Information describing a memory pool, used to return OS information to the management layer.
Members
Constructors
Mp
Stat
Link copied to clipboard
constructor
(
)
Properties
blksiz
Link copied to clipboard
open
var
blksiz
:
Int
Size of the memory blocks in the pool.
min
Link copied to clipboard
open
var
min
:
Int
Minimum number of free memory blocks ever.
nblks
Link copied to clipboard
open
var
nblks
:
Int
Number of memory blocks in the pool.
nfree
Link copied to clipboard
open
var
nfree
:
Int
Number of free memory blocks.