XcpConfigOption
- class mtf.libs.mtf_pybinder.XcpConfigOption
Members:
send_receive_retries
message_timeout
force_short_upload
status_polling_interval
max_cto_override
force_short_download
phys_value_in_daq_callback
skip_command
unskip_command
- __init__(self: mtf.libs.mtf_pybinder.XcpConfigOption, value: int) None
- __new__(**kwargs)
- force_short_download = <XcpConfigOption.force_short_download: 5>
- force_short_upload = <XcpConfigOption.force_short_upload: 2>
- max_cto_override = <XcpConfigOption.max_cto_override: 4>
- message_timeout = <XcpConfigOption.message_timeout: 1>
- property name
- phys_value_in_daq_callback = <XcpConfigOption.phys_value_in_daq_callback: 6>
- send_receive_retries = <XcpConfigOption.send_receive_retries: 0>
- skip_command = <XcpConfigOption.skip_command: 7>
- status_polling_interval = <XcpConfigOption.status_polling_interval: 3>
- unskip_command = <XcpConfigOption.unskip_command: 8>
- property value