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.log
/
McuMgrLogResponse
/
LogResult
Log
Result
open
class
LogResult
Members
Constructors
Log
Result
Link copied to clipboard
constructor
(
)
Properties
entries
Link copied to clipboard
open
var
entries
:
Array
<
McuMgrLogResponse.Entry
>
Array of
Entry
s collected from this log.
LOG_
TYPE_
MEMORY
Link copied to clipboard
val
LOG_TYPE_MEMORY
:
Int
=
1
LOG_
TYPE_
STORAGE
Link copied to clipboard
val
LOG_TYPE_STORAGE
:
Int
=
2
LOG_
TYPE_
STREAM
Link copied to clipboard
val
LOG_TYPE_STREAM
:
Int
=
0
name
Link copied to clipboard
open
var
name
:
String
Name of the log.
type
Link copied to clipboard
open
var
type
:
Int
Type of the log.