public static interface ObdSignal.Builder extends SdkPojo, CopyableBuilder<ObdSignal.Builder,ObdSignal>
| Modifier and Type | Method and Description |
|---|---|
ObdSignal.Builder |
bitMaskLength(Integer bitMaskLength)
The number of bits to mask in a message.
|
ObdSignal.Builder |
bitRightShift(Integer bitRightShift)
The number of positions to shift bits in the message.
|
ObdSignal.Builder |
byteLength(Integer byteLength)
The length of a message.
|
ObdSignal.Builder |
offset(Double offset)
Indicates where data appears in the message.
|
ObdSignal.Builder |
pid(Integer pid)
The diagnostic code used to request data from a vehicle for this signal.
|
ObdSignal.Builder |
pidResponseLength(Integer pidResponseLength)
The length of the requested data.
|
ObdSignal.Builder |
scaling(Double scaling)
A multiplier used to decode the message.
|
ObdSignal.Builder |
serviceMode(Integer serviceMode)
The mode of operation (diagnostic service) in a message.
|
ObdSignal.Builder |
startByte(Integer startByte)
Indicates the beginning of the message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObdSignal.Builder pidResponseLength(Integer pidResponseLength)
The length of the requested data.
pidResponseLength - The length of the requested data.ObdSignal.Builder serviceMode(Integer serviceMode)
The mode of operation (diagnostic service) in a message.
serviceMode - The mode of operation (diagnostic service) in a message.ObdSignal.Builder pid(Integer pid)
The diagnostic code used to request data from a vehicle for this signal.
pid - The diagnostic code used to request data from a vehicle for this signal.ObdSignal.Builder scaling(Double scaling)
A multiplier used to decode the message.
scaling - A multiplier used to decode the message.ObdSignal.Builder offset(Double offset)
Indicates where data appears in the message.
offset - Indicates where data appears in the message.ObdSignal.Builder startByte(Integer startByte)
Indicates the beginning of the message.
startByte - Indicates the beginning of the message.ObdSignal.Builder byteLength(Integer byteLength)
The length of a message.
byteLength - The length of a message.ObdSignal.Builder bitRightShift(Integer bitRightShift)
The number of positions to shift bits in the message.
bitRightShift - The number of positions to shift bits in the message.ObdSignal.Builder bitMaskLength(Integer bitMaskLength)
The number of bits to mask in a message.
bitMaskLength - The number of bits to mask in a message.Copyright © 2022. All rights reserved.