interface ObdInterfaceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnDecoderManifest.ObdInterfaceProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest.ObdInterfaceProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnDecoderManifest.ObdInterfaceProperty |
![]() | @aws-cdk/aws-iotfleetwise » CfnDecoderManifest » ObdInterfaceProperty |
A network interface that specifies the On-board diagnostic (OBD) II network protocol.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotfleetwise from '@aws-cdk/aws-iotfleetwise';
const obdInterfaceProperty: iotfleetwise.CfnDecoderManifest.ObdInterfaceProperty = {
name: 'name',
requestMessageId: 'requestMessageId',
// the properties below are optional
dtcRequestIntervalSeconds: 'dtcRequestIntervalSeconds',
hasTransmissionEcu: 'hasTransmissionEcu',
obdStandard: 'obdStandard',
pidRequestIntervalSeconds: 'pidRequestIntervalSeconds',
useExtendedIds: 'useExtendedIds',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the interface. |
request | string | The ID of the message requesting vehicle data. |
dtc | string | (Optional) The maximum number message requests per diagnostic trouble code per second. |
has | string | (Optional) Whether the vehicle has a transmission control module (TCM). |
obd | string | (Optional) The standard OBD II PID. |
pid | string | (Optional) The maximum number message requests per second. |
use | string | (Optional) Whether to use extended IDs in the message. |
name
Type:
string
The name of the interface.
requestMessageId
Type:
string
The ID of the message requesting vehicle data.
dtcRequestIntervalSeconds?
Type:
string
(optional)
(Optional) The maximum number message requests per diagnostic trouble code per second.
hasTransmissionEcu?
Type:
string
(optional)
(Optional) Whether the vehicle has a transmission control module (TCM).
obdStandard?
Type:
string
(optional)
(Optional) The standard OBD II PID.
pidRequestIntervalSeconds?
Type:
string
(optional)
(Optional) The maximum number message requests per second.
useExtendedIds?
Type:
string
(optional)
(Optional) Whether to use extended IDs in the message.