static SignalDecoder.Builder |
SignalDecoder.builder() |
|
default SignalDecoder.Builder |
SignalDecoder.Builder.canSignal(Consumer<CanSignal.Builder> canSignal) |
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
SignalDecoder.Builder |
SignalDecoder.Builder.canSignal(CanSignal canSignal) |
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
SignalDecoder.Builder |
SignalDecoder.Builder.fullyQualifiedName(String fullyQualifiedName) |
The fully qualified name of a signal decoder as defined in a vehicle model.
|
SignalDecoder.Builder |
SignalDecoder.Builder.interfaceId(String interfaceId) |
The ID of a network interface that specifies what network protocol a vehicle follows.
|
default SignalDecoder.Builder |
SignalDecoder.Builder.messageSignal(Consumer<MessageSignal.Builder> messageSignal) |
The decoding information for a specific message which supports higher order data types.
|
SignalDecoder.Builder |
SignalDecoder.Builder.messageSignal(MessageSignal messageSignal) |
The decoding information for a specific message which supports higher order data types.
|
default SignalDecoder.Builder |
SignalDecoder.Builder.obdSignal(Consumer<ObdSignal.Builder> obdSignal) |
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
SignalDecoder.Builder |
SignalDecoder.Builder.obdSignal(ObdSignal obdSignal) |
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
SignalDecoder.Builder |
SignalDecoder.toBuilder() |
|
SignalDecoder.Builder |
SignalDecoder.Builder.type(String type) |
The network protocol for the vehicle.
|
SignalDecoder.Builder |
SignalDecoder.Builder.type(SignalDecoderType type) |
The network protocol for the vehicle.
|