SignalDecoder

Information about a signal decoder.

Types

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

Properties

Link copied to clipboard

Information about signal decoder using the Controller Area Network (CAN) protocol.

Link copied to clipboard
Link copied to clipboard

The fully qualified name of a signal decoder as defined in a vehicle model.

Link copied to clipboard

The ID of a network interface that specifies what network protocol a vehicle follows.

Link copied to clipboard

The decoding information for a specific message which supports higher order data types.

Link copied to clipboard

Information about signal decoder using the on-board diagnostic (OBD) II protocol.

Link copied to clipboard

The network protocol for the vehicle. For example, CAN_SIGNAL specifies a protocol that defines how data is communicated between electronic control units (ECUs). OBD_SIGNAL specifies a protocol that defines how self-diagnostic data is communicated between ECUs.

Functions

Link copied to clipboard
inline fun copy(block: SignalDecoder.Builder.() -> Unit = {}): SignalDecoder
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