| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
ObdInterface |
ObdInterface.clone() |
ObdInterface |
NetworkInterface.getObdInterface()
Information about a network interface specified by the On-board diagnostic (OBD) II protocol.
|
ObdInterface |
ObdInterface.withDtcRequestIntervalSeconds(Integer dtcRequestIntervalSeconds)
The maximum number message requests per diagnostic trouble code per second.
|
ObdInterface |
ObdInterface.withHasTransmissionEcu(Boolean hasTransmissionEcu)
Whether the vehicle has a transmission control module (TCM).
|
ObdInterface |
ObdInterface.withName(String name)
The name of the interface.
|
ObdInterface |
ObdInterface.withObdStandard(String obdStandard)
The standard OBD II PID.
|
ObdInterface |
ObdInterface.withPidRequestIntervalSeconds(Integer pidRequestIntervalSeconds)
The maximum number message requests per second.
|
ObdInterface |
ObdInterface.withRequestMessageId(Integer requestMessageId)
The ID of the message requesting vehicle data.
|
ObdInterface |
ObdInterface.withUseExtendedIds(Boolean useExtendedIds)
Whether to use extended IDs in the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setObdInterface(ObdInterface obdInterface)
Information about a network interface specified by the On-board diagnostic (OBD) II protocol.
|
NetworkInterface |
NetworkInterface.withObdInterface(ObdInterface obdInterface)
Information about a network interface specified by the On-board diagnostic (OBD) II protocol.
|
Copyright © 2024. All rights reserved.