Interface CanDbcDefinition.Builder

  • Method Details

    • networkInterface

      CanDbcDefinition.Builder networkInterface(String networkInterface)

      Contains information about a network interface.

      Parameters:
      networkInterface - Contains information about a network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canDbcFiles

      CanDbcDefinition.Builder canDbcFiles(Collection<SdkBytes> canDbcFiles)

      A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.

      Parameters:
      canDbcFiles - A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canDbcFiles

      CanDbcDefinition.Builder canDbcFiles(SdkBytes... canDbcFiles)

      A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.

      Parameters:
      canDbcFiles - A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • signalsMap

      CanDbcDefinition.Builder signalsMap(Map<String,String> signalsMap)

      Pairs every signal specified in your vehicle model with a signal decoder.

      Parameters:
      signalsMap - Pairs every signal specified in your vehicle model with a signal decoder.
      Returns:
      Returns a reference to this object so that method calls can be chained together.