Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-takserver
/
org.meshtastic.core.takserver
/
CoTContact
Co
TContact
@
Serializable
data
class
CoTContact
(
val
callsign
:
String
,
val
endpoint
:
String
?
=
null
,
val
phone
:
String
?
=
null
)
(
source
)
Members
Constructors
Co
TContact
Link copied to clipboard
constructor
(
callsign
:
String
,
endpoint
:
String
?
=
null
,
phone
:
String
?
=
null
)
Properties
callsign
Link copied to clipboard
val
callsign
:
String
endpoint
Link copied to clipboard
val
endpoint
:
String
?
phone
Link copied to clipboard
val
phone
:
String
?