SimpleElmCommand

tel.schich.obd4s.elm.SimpleElmCommand
sealed abstract class SimpleElmCommand(val cmd: String, val delay: Long) extends ElmCommand

Attributes

Graph
Supertypes
trait ElmCommand
class Object
trait Matchable
class Any
Known subtypes
object CurrentProtocol.type
object CurrentProtocolNumber.type
object DeviceDescription.type
object DumpBuffer.type
object ErrorCounts.type
object FastReset.type
object LowPower.type
object ReadIgnMon.type
object ReadVoltage.type
object Reset.type
object SetDefaults.type
object VersionId.type
class Echo
class Headers
class Linefeed
class Spaces
Show all

Members list

Value members

Concrete methods

override def command: String

Attributes

Definition Classes

Concrete fields

val cmd: String
val delay: Long