PredefinedRequest

tel.schich.obd4s.obd.PredefinedRequest
abstract class PredefinedRequest[T, S <: Service](service: S, pid: Int, reader: Reader[T]) extends ParameterRequest[T, S]

Attributes

Graph
Supertypes
class ParameterRequest[T, S]
class Request[T, S]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def bytes: Array[Byte]

Attributes

Inherited from:
ParameterRequest
def isSupported(checkSupport: Int => Boolean): Boolean

Attributes

Inherited from:
ParameterRequest

Inherited fields

lazy val name: String

Attributes

Inherited from:
Request
lazy val plain: PlainRequest[T]

Attributes

Inherited from:
ParameterRequest