| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
CanSignal |
CanSignal.clone() |
CanSignal |
SignalDecoder.getCanSignal()
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
CanSignal |
CanSignal.withFactor(Double factor)
A multiplier used to decode the CAN message.
|
CanSignal |
CanSignal.withIsBigEndian(Boolean isBigEndian)
Whether the byte ordering of a CAN message is big-endian.
|
CanSignal |
CanSignal.withIsSigned(Boolean isSigned)
Whether the message data is specified as a signed value.
|
CanSignal |
CanSignal.withLength(Integer length)
How many bytes of data are in the message.
|
CanSignal |
CanSignal.withMessageId(Integer messageId)
The ID of the message.
|
CanSignal |
CanSignal.withName(String name)
The name of the signal.
|
CanSignal |
CanSignal.withOffset(Double offset)
The offset used to calculate the signal value.
|
CanSignal |
CanSignal.withStartBit(Integer startBit)
Indicates the beginning of the CAN signal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignalDecoder.setCanSignal(CanSignal canSignal)
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
SignalDecoder |
SignalDecoder.withCanSignal(CanSignal canSignal)
Information about signal decoder using the Controller Area Network (CAN) protocol.
|
Copyright © 2024. All rights reserved.