KSocket

class KSocket(val scope: CoroutineScope, val host: String, val port: Int)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope, host: String, port: Int)

Types

Link copied to clipboard
abstract class Implementation
Link copied to clipboard
sealed class State

Properties

Link copied to clipboard
Link copied to clipboard
val lines: Flow<String>
Link copied to clipboard
val port: Int
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope
Link copied to clipboard
val state: StateFlow<KSocket.State>