Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
MeshLog
Mesh
Log
data
class
MeshLog
(
val
uuid
:
String
,
val
message_type
:
String
,
val
received_date
:
Long
,
val
raw_message
:
String
,
val
fromNum
:
Int
=
0
,
val
portNum
:
Int
=
0
,
val
fromRadio
:
<Error class: unknown class>
=
FromRadio.getDefaultInstance()
)
Members
Constructors
Mesh
Log
Link copied to clipboard
constructor
(
uuid
:
String
,
message_type
:
String
,
received_date
:
Long
,
raw_message
:
String
,
fromNum
:
Int
=
0
,
portNum
:
Int
=
0
,
fromRadio
:
<Error class: unknown class>
=
FromRadio.getDefaultInstance()
)
Properties
from
Num
Link copied to clipboard
val
fromNum
:
Int
=
0
from
Radio
Link copied to clipboard
val
fromRadio
:
<Error class: unknown class>
mesh
Packet
Link copied to clipboard
val
meshPacket
:
<Error class: unknown class>
?
message_
type
Link copied to clipboard
val
message_type
:
String
my
Node
Info
Link copied to clipboard
val
myNodeInfo
:
<Error class: unknown class>
?
node
Info
Link copied to clipboard
val
nodeInfo
:
<Error class: unknown class>
?
port
Num
Link copied to clipboard
val
portNum
:
Int
=
0
position
Link copied to clipboard
val
position
:
<Error class: unknown class>
?
raw_
message
Link copied to clipboard
val
raw_message
:
String
received_
date
Link copied to clipboard
val
received_date
:
Long
uuid
Link copied to clipboard
val
uuid
:
String