StreamInterface

An interface that assumes we are talking to a meshtastic device over some sort of stream connection (serial or TCP probably)

Inheritors

Constructors

Link copied to clipboard
constructor(service: RadioInterfaceService)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open fun flushBytes()
Link copied to clipboard
open override fun handleSendToRadio(p: ByteArray)
Link copied to clipboard
abstract fun sendBytes(p: ByteArray)