###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
krch
/
org.danbrough.krch.socket
/
KSocket
/
State
State
sealed
class
State
Inheritors
Initial
Connected
Disconnected
Error
Members
Types
Connected
Link copied to clipboard
object
Connected
:
KSocket.State
Disconnected
Link copied to clipboard
object
Disconnected
:
KSocket.State
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
)
:
KSocket.State
Initial
Link copied to clipboard
object
Initial
:
KSocket.State
Properties
description
Link copied to clipboard
val
description
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String