Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-database
/
org.meshtastic.core.database.entity
/
DeviceLinkEntity
/
DeviceLinkEntity
Device
Link
Entity
constructor
(
shortCode
:
String
,
linkDescription
:
String
?
=
null
,
isVendor
:
Boolean
=
false
,
regions
:
List
<
String
>
?
=
null
,
targets
:
List
<
String
>
?
=
null
)
(
source
)