EcuA2LAssociationBase Data Type
- Abstract Type
- Subtypes
- EcuA2lAssociationResult, EcuA2lAssociation, EcuA2lAssociationSummary
| name | data type | constraints | description |
|---|---|---|---|
| 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
This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
"ecu-name" : "CEM",
"can-bus-number" : 1,
"seedkey-id" : 0
}