EcuToDescriptionFileAssociation Data Type

Abstract Type
Subtypes
EcuA2lAssociationResult
Properties
name data type constraints description
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.
ecu-name string   The name of the ECU.

Example

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