EcuToDescriptionFileAssociation Data Type
- Abstract Type
- Subtypes
- EcuA2lAssociationResult
| name | data type | constraints | description |
|---|---|---|---|
| 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. | |
| type | Type | The type of the description file. Currently only "A2L" is supported. |
Example
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"association-id" : 123,
"ecu-name" : "CEM",
"type" : "A2L"
}