Configure Send Receive Retries Xcp

Configures the count of retries to use when sending or receiving messages.

Arguments Description

ecu_name (str): the ecu name was got from the A2L file eg: “/begin MODULE New “, the most used “New”.

channel_name (str): switch the A2L file parsed the channel name could be ETH-OBD.

retry_count (int): The number of retries to be used, which must be a positive integer or 0

to turn off retries.

Returns

bool: True if the configuration succeeded; otherwise, false.

Example

Configure Send Receive Retries Xcp ${ecu_name} ${channel_name} ${2}