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
/
TAKConnectionEvent
TAKConnection
Event
sealed
class
TAKConnectionEvent
(
source
)
Inheritors
Connected
ClientInfoUpdated
Message
Disconnected
Error
Members
Types
Client
Info
Updated
Link copied to clipboard
data
class
ClientInfoUpdated
(
val
clientInfo
:
TAKClientInfo
)
:
TAKConnectionEvent
Connected
Link copied to clipboard
data
class
Connected
(
val
clientInfo
:
TAKClientInfo
)
:
TAKConnectionEvent
Disconnected
Link copied to clipboard
data
object
Disconnected
:
TAKConnectionEvent
Error
Link copied to clipboard
data
class
Error
(
val
error
:
Throwable
)
:
TAKConnectionEvent
Message
Link copied to clipboard
data
class
Message
(
val
cotMessage
:
CoTMessage
)
:
TAKConnectionEvent