Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
NodeWithRelations
Node
With
Relations
data
class
NodeWithRelations
(
val
node
:
NodeEntity
,
val
metadata
:
MetadataEntity
?
=
null
)
Members
Constructors
Node
With
Relations
Link copied to clipboard
constructor
(
node
:
NodeEntity
,
metadata
:
MetadataEntity
?
=
null
)
Properties
metadata
Link copied to clipboard
val
metadata
:
MetadataEntity
?
=
null
node
Link copied to clipboard
val
node
:
NodeEntity
Functions
to
Entity
Link copied to clipboard
fun
toEntity
(
)
:
<Error class: unknown class>
to
Model
Link copied to clipboard
fun
toModel
(
)
:
<Error class: unknown class>