Class: Aws::IoTFleetWise::Types::NetworkInterface

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Overview

Represents a node and its specifications in an in-vehicle communication network. All signal decoders must be associated with a network node.

To return this information about all the network interfaces specified in a decoder manifest, use the API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_interfaceTypes::CanInterface

Information about a network interface specified by the Controller Area Network (CAN) protocol.

Returns:



3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end

#custom_decoding_interfaceTypes::CustomDecodingInterface



3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end

#interface_idString

The ID of the network interface.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end

#obd_interfaceTypes::ObdInterface

Information about a network interface specified by the on-board diagnostic (OBD) II protocol.

Returns:



3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The network protocol for the vehicle. For example, ‘CAN_SIGNAL` specifies a protocol that defines how data is communicated between electronic control units (ECUs). `OBD_SIGNAL` specifies a protocol that defines how self-diagnostic data is communicated between ECUs.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end

#vehicle_middlewareTypes::VehicleMiddleware

The vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ‘ROS2` and `SOME/IP`.



3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3446

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware,
  :custom_decoding_interface)
  SENSITIVE = []
  include Aws::Structure
end