diff --git a/include/ecrt.h b/include/ecrt.h index 8f5c7415d97b753d6aa4598b535ca41ced4fd36d..a8cf7ea7cf7c60aa7d3edf0fa2c66ef5310d5a27 100644 --- a/include/ecrt.h +++ b/include/ecrt.h @@ -825,6 +825,9 @@ void ecrt_domain_state( * * If the request cannot be processed in the specified time, if will be marked * as failed. + * + * The timeout is permanently stored in the request object and is valid until + * the next call of this method. */ void ecrt_sdo_request_timeout( ec_sdo_request_t *req, /**< Sdo request. */