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
/
Entry
Entry
open
class
Entry
Members
Constructors
Entry
Link copied to clipboard
constructor
(
)
Properties
imghash
Link copied to clipboard
open
var
imghash
:
Array
<
Byte
>
The first 4 bytes of the build ID (image hash) which was running when this log entry was written by the device.
index
Link copied to clipboard
open
var
index
:
Long
Log entry index.
level
Link copied to clipboard
open
var
level
:
Int
Log entry level.
LOG_
ENTRY_
TYPE_
BINARY
Link copied to clipboard
val
LOG_ENTRY_TYPE_BINARY
:
String
=
"bin"
LOG_
ENTRY_
TYPE_
CBOR
Link copied to clipboard
val
LOG_ENTRY_TYPE_CBOR
:
String
=
"cbor"
LOG_
ENTRY_
TYPE_
STRING
Link copied to clipboard
val
LOG_ENTRY_TYPE_STRING
:
String
=
"str"
LOG_
LEVEL_
CRITICAL
Link copied to clipboard
val
LOG_LEVEL_CRITICAL
:
Int
=
4
LOG_
LEVEL_
DEBUG
Link copied to clipboard
val
LOG_LEVEL_DEBUG
:
Int
=
0
LOG_
LEVEL_
ERROR
Link copied to clipboard
val
LOG_LEVEL_ERROR
:
Int
=
3
LOG_
LEVEL_
INFO
Link copied to clipboard
val
LOG_LEVEL_INFO
:
Int
=
1
LOG_
LEVEL_
WARN
Link copied to clipboard
val
LOG_LEVEL_WARN
:
Int
=
2
module
Link copied to clipboard
open
var
module
:
Int
Module which logged the entry.
msg
Link copied to clipboard
open
var
msg
:
Array
<
Byte
>
Log entry message.
ts
Link copied to clipboard
open
var
ts
:
Long
Log entry time stamp.
type
Link copied to clipboard
open
var
type
:
String
Log message type.
Functions
get
Message
String
Link copied to clipboard
@
Nullable
open
fun
getMessageString
(
)
:
@
Nullable
String
Get a string representation of the
msg
based on the message
type
.