acceptByte

abstract fun acceptByte(byteValue: Int)

Feeds a single byte from the terminal host output stream to the parser.

Parameters

byteValue

The byte value (in range 0..255) to process.