Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
EventFirmwareLink
Event
Firmware
Link
@
Serializable
data
class
EventFirmwareLink
(
val
label
:
String
=
""
,
val
url
:
String
=
""
)
(
source
)
A labeled link for an event (website, schedule, map, …).
Members
Constructors
Event
Firmware
Link
Link copied to clipboard
constructor
(
label
:
String
=
""
,
url
:
String
=
""
)
Properties
label
Link copied to clipboard
val
label
:
String
url
Link copied to clipboard
val
url
:
String