EcuToDescriptionFileAssociation Data Type

Abstract Type
Subtypes
EcuA2lAssociationResult
Properties
name data type constraints description
ecu-name string   The name of the ECU.
type Type   The type of the description file. Currently only "A2L" is supported.
association-id number required int The id of the association between the ECU and the description file. See EcuA2lAssociationResult.

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "ecu-name" : "CEM",
  "type" : "A2L",
  "association-id" : 123
}