Class: Aws::IoTFleetWise::Types::ObdInterface

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dtc_request_interval_secondsInteger

The maximum number message requests per diagnostic trouble code per second.

Returns:

  • (Integer)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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_ecuBoolean

Whether the vehicle has a transmission control module (TCM).

Returns:

  • (Boolean)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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

#nameString

The name of the interface.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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_standardString

The standard OBD II PID.

Returns:

  • (String)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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_secondsInteger

The maximum number message requests per second.

Returns:

  • (Integer)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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_idInteger

The ID of the message requesting vehicle data.

Returns:

  • (Integer)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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_idsBoolean

Whether to use extended IDs in the message.

Returns:

  • (Boolean)


3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3069

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