EcuA2lAssociation Data Type
- Subtypes
- EcuA2lAssociationResult
| name | data type | constraints | description |
|---|---|---|---|
| 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
{
"a2l-file-id" : 13,
"ecu-name" : "CEM",
"can-bus-number" : 1,
"seedkey-id" : 0
}