SerialPortMessageAdapter2

Constructors

Link copied to clipboard
constructor(port: SerialPortLike, reader: SerialPortLineReader, pollPeriod: Long)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open fun fail(msg: String?)

Called when the read loop has failed.

Link copied to clipboard
open fun finished()
Link copied to clipboard
open override fun lineEvent(line: String)
Link copied to clipboard
open override fun run()