| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
ObdSignal |
ObdSignal.clone() |
ObdSignal |
SignalDecoder.getObdSignal()
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
ObdSignal |
ObdSignal.withBitMaskLength(Integer bitMaskLength)
The number of bits to mask in a message.
|
ObdSignal |
ObdSignal.withBitRightShift(Integer bitRightShift)
The number of positions to shift bits in the message.
|
ObdSignal |
ObdSignal.withByteLength(Integer byteLength)
The length of a message.
|
ObdSignal |
ObdSignal.withOffset(Double offset)
The offset used to calculate the signal value.
|
ObdSignal |
ObdSignal.withPid(Integer pid)
The diagnostic code used to request data from a vehicle for this signal.
|
ObdSignal |
ObdSignal.withPidResponseLength(Integer pidResponseLength)
The length of the requested data.
|
ObdSignal |
ObdSignal.withScaling(Double scaling)
A multiplier used to decode the message.
|
ObdSignal |
ObdSignal.withServiceMode(Integer serviceMode)
The mode of operation (diagnostic service) in a message.
|
ObdSignal |
ObdSignal.withStartByte(Integer startByte)
Indicates the beginning of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignalDecoder.setObdSignal(ObdSignal obdSignal)
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
SignalDecoder |
SignalDecoder.withObdSignal(ObdSignal obdSignal)
Information about signal decoder using the On-board diagnostic (OBD) II protocol.
|
Copyright © 2025. All rights reserved.