|
MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
|
Timeout settings used by the frame decoder and async client. More...
#include <types.hpp>
Public Attributes | |
| std::uint32_t | response_timeout_ms = 5000 |
| Maximum wait after TX completion before the request is treated as timed out. | |
| std::uint32_t | inter_byte_timeout_ms = 250 |
| Maximum allowed idle gap between RX bytes once a response has started. | |
Timeout settings used by the frame decoder and async client.
These values are transport-facing rather than command-facing:
response_timeout_ms is the total request timeout once TX finishesinter_byte_timeout_ms is the gap timeout while RX is already in progress | std::uint32_t mcprotocol::serial::TimeoutConfig::inter_byte_timeout_ms = 250 |
| std::uint32_t mcprotocol::serial::TimeoutConfig::response_timeout_ms = 5000 |