Class: Aws::IoTFleetWise::Types::ObdInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ObdInterface
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
A network interface that specifies the On-board diagnostic (OBD) II network protocol.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dtc_request_interval_seconds ⇒ Integer
The maximum number message requests per diagnostic trouble code per second.
-
#has_transmission_ecu ⇒ Boolean
Whether the vehicle has a transmission control module (TCM).
-
#name ⇒ String
The name of the interface.
-
#obd_standard ⇒ String
The standard OBD II PID.
-
#pid_request_interval_seconds ⇒ Integer
The maximum number message requests per second.
-
#request_message_id ⇒ Integer
The ID of the message requesting vehicle data.
-
#use_extended_ids ⇒ Boolean
Whether to use extended IDs in the message.
Instance Attribute Details
#dtc_request_interval_seconds ⇒ Integer
The maximum number message requests per diagnostic trouble code per second.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#has_transmission_ecu ⇒ Boolean
Whether the vehicle has a transmission control module (TCM).
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the interface.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#obd_standard ⇒ String
The standard OBD II PID.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#pid_request_interval_seconds ⇒ Integer
The maximum number message requests per second.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#request_message_id ⇒ Integer
The ID of the message requesting vehicle data.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |
#use_extended_ids ⇒ Boolean
Whether to use extended IDs in the message.
3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3083 class ObdInterface < Struct.new( :name, :request_message_id, :obd_standard, :pid_request_interval_seconds, :dtc_request_interval_seconds, :use_extended_ids, :has_transmission_ecu) SENSITIVE = [] include Aws::Structure end |