Class: Aws::IoTFleetWise::Types::ObdInterface
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ObdInterface
- Includes:
- Structure
- Defined in:
- 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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).
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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.
3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3607 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 |