EcuA2lAssociationResult Data Type
Models an existing ECU to A2L file association
- Implemented Interfaces
- EcuToDescriptionFileAssociation
| name | data type | constraints | description |
|---|---|---|---|
| association-id | number | required int | The id that represents the combination of vehicle profile, a2l file id and ecu name. |
| type | Type | The type of the description file. Currently only "A2L" is supported. | |
Properties inherited from EcuA2lAssociation |
|||
| a2l-file-id | number | required int | The ID of the a2l file to associate. |
Properties inherited from EcuA2LAssociationBase |
|||
| ecu-name | string | required | The ECU name. |
| can-bus-number | number | required int | The CAN bus number starting from 1. |
| seedkey-id | number | required int | Any seed-key to be used for the association. The default value of 0 means no seed/key. |
Example
{
"association-id" : 123,
"type" : "A2L",
"a2l-file-id" : 13,
"ecu-name" : "CEM",
"can-bus-number" : 1,
"seedkey-id" : 0
}