ClientSocket

class ClientSocket(val socketPath: String, bufferSizeBytes: Int, connectWaitDelayMs: Long = 1000, connectTimeoutMs: Long = 15 * 60 * 1000L)

Constructors

Link copied to clipboard
constructor(socketPath: String, bufferSizeBytes: Int, connectWaitDelayMs: Long = 1000, connectTimeoutMs: Long = 15 * 60 * 1000L)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun connect(block: suspend (InputStream) -> Unit)
Link copied to clipboard