send

abstract suspend fun send(bytes: ByteArray)

Send bytes to another machine.


abstract suspend fun send(text: String)

Send text to another machine.