public static interface CanSignal.Builder extends SdkPojo, CopyableBuilder<CanSignal.Builder,CanSignal>
| Modifier and Type | Method and Description |
|---|---|
CanSignal.Builder |
factor(Double factor)
A multiplier used to decode the CAN message.
|
CanSignal.Builder |
isBigEndian(Boolean isBigEndian)
Whether the byte ordering of a CAN message is big-endian.
|
CanSignal.Builder |
isSigned(Boolean isSigned)
Whether the message data is specified as a signed value.
|
CanSignal.Builder |
length(Integer length)
How many bytes of data are in the message.
|
CanSignal.Builder |
messageId(Integer messageId)
The ID of the message.
|
CanSignal.Builder |
name(String name)
The name of the signal.
|
CanSignal.Builder |
offset(Double offset)
Indicates where data appears in the CAN message.
|
CanSignal.Builder |
startBit(Integer startBit)
Indicates the beginning of the CAN message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanSignal.Builder messageId(Integer messageId)
The ID of the message.
messageId - The ID of the message.CanSignal.Builder isBigEndian(Boolean isBigEndian)
Whether the byte ordering of a CAN message is big-endian.
isBigEndian - Whether the byte ordering of a CAN message is big-endian.CanSignal.Builder isSigned(Boolean isSigned)
Whether the message data is specified as a signed value.
isSigned - Whether the message data is specified as a signed value.CanSignal.Builder startBit(Integer startBit)
Indicates the beginning of the CAN message.
startBit - Indicates the beginning of the CAN message.CanSignal.Builder offset(Double offset)
Indicates where data appears in the CAN message.
offset - Indicates where data appears in the CAN message.CanSignal.Builder factor(Double factor)
A multiplier used to decode the CAN message.
factor - A multiplier used to decode the CAN message.CanSignal.Builder length(Integer length)
How many bytes of data are in the message.
length - How many bytes of data are in the message.CanSignal.Builder name(String name)
The name of the signal.
name - The name of the signal.Copyright © 2022. All rights reserved.