Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
DebugViewModel
/
UiMeshLog
Ui
Mesh
Log
@
Immutable
data
class
UiMeshLog
(
val
uuid
:
String
,
val
messageType
:
String
,
val
formattedReceivedDate
:
String
,
val
logMessage
:
String
,
val
decodedPayload
:
String
?
=
null
)
Members
Constructors
Ui
Mesh
Log
Link copied to clipboard
constructor
(
uuid
:
String
,
messageType
:
String
,
formattedReceivedDate
:
String
,
logMessage
:
String
,
decodedPayload
:
String
?
=
null
)
Properties
decoded
Payload
Link copied to clipboard
val
decodedPayload
:
String
?
=
null
formatted
Received
Date
Link copied to clipboard
val
formattedReceivedDate
:
String
log
Message
Link copied to clipboard
val
logMessage
:
String
message
Type
Link copied to clipboard
val
messageType
:
String
uuid
Link copied to clipboard
val
uuid
:
String