Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
MetadataEntity
Metadata
Entity
data
class
MetadataEntity
(
val
num
:
Int
,
val
proto
:
<Error class: unknown class>
,
val
timestamp
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Metadata
Entity
Link copied to clipboard
constructor
(
num
:
Int
,
proto
:
<Error class: unknown class>
,
timestamp
:
Long
=
System.currentTimeMillis()
)
Properties
num
Link copied to clipboard
val
num
:
Int
proto
Link copied to clipboard
val
proto
:
<Error class: unknown class>
timestamp
Link copied to clipboard
val
timestamp
:
Long