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
/
TAKClientInfo
TAKClient
Info
data
class
TAKClientInfo
(
val
id
:
String
,
val
endpoint
:
String
,
val
callsign
:
String
?
=
null
,
val
uid
:
String
?
=
null
,
val
connectedAt
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
(
source
)
Members
Constructors
TAKClient
Info
Link copied to clipboard
constructor
(
id
:
String
,
endpoint
:
String
,
callsign
:
String
?
=
null
,
uid
:
String
?
=
null
,
connectedAt
:
Long
=
Clock.System.now().toEpochMilliseconds()
)
Properties
callsign
Link copied to clipboard
val
callsign
:
String
?
connected
At
Link copied to clipboard
val
connectedAt
:
Long
endpoint
Link copied to clipboard
val
endpoint
:
String
id
Link copied to clipboard
val
id
:
String
uid
Link copied to clipboard
val
uid
:
String
?