Upstream modbus-rs transport options with the retry knobs removed.
Applied to every transport-creation entry point this package exposes. All
three keys are optional upstream, so the result stays assignable to the
original type and still satisfies the upstream open/connect call.
Type Parameters
TOptions
The upstream options type (e.g. RtuTransportOptions).
Upstream
modbus-rstransport options with the retry knobs removed.Applied to every transport-creation entry point this package exposes. All three keys are optional upstream, so the result stays assignable to the original type and still satisfies the upstream
open/connectcall.