Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-settings
/
org.meshtastic.feature.settings.debugging
/
DebugViewModel
/
UiMeshLog
Ui
Mesh
Log
common
data
class
UiMeshLog
(
val
uuid
:
String
,
val
messageType
:
String
,
val
formattedReceivedDate
:
String
,
val
logMessage
:
String
,
val
decodedPayload
:
String
?
=
null
)
(
source
)
Members
Constructors
Ui
Mesh
Log
Link copied to clipboard
common
constructor
(
uuid
:
String
,
messageType
:
String
,
formattedReceivedDate
:
String
,
logMessage
:
String
,
decodedPayload
:
String
?
=
null
)
Properties
decoded
Payload
Link copied to clipboard
common
val
decodedPayload
:
String
?
formatted
Received
Date
Link copied to clipboard
common
val
formattedReceivedDate
:
String
log
Message
Link copied to clipboard
common
val
logMessage
:
String
message
Type
Link copied to clipboard
common
val
messageType
:
String
uuid
Link copied to clipboard
common
val
uuid
:
String