ObdInterface

A network interface that specifies the On-board diagnostic (OBD) II network protocol.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number message requests per diagnostic trouble code per second.

Link copied to clipboard

Whether the vehicle has a transmission control module (TCM).

Link copied to clipboard

The name of the interface.

Link copied to clipboard

The standard OBD II PID.

Link copied to clipboard

The maximum number message requests per second.

Link copied to clipboard

The ID of the message requesting vehicle data.

Link copied to clipboard

Whether to use extended IDs in the message.

Functions

Link copied to clipboard
inline fun copy(block: ObdInterface.Builder.() -> Unit = {}): ObdInterface
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String