@flux-control/effect-modbus-rs
    Preparing search index...

    Type Alias WithoutUpstreamRetry<TOptions>

    WithoutUpstreamRetry: Omit<TOptions, UpstreamRetryOptionKey>

    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).

    UpstreamRetryOptionKey — Why these are withheld.