Skip to content

Home > resol-vbus-core > LiveTransceiverActionTriesAndTimeouts

LiveTransceiverActionTriesAndTimeouts interface

Options for several action methods.

Signature:

typescript
export interface LiveTransceiverActionTriesAndTimeouts

Properties

Property

Modifiers

Type

Description

initialTimeoutMs?

number

(Optional) The initial timeout in milliseconds used for the first try.

timeoutIncrMs?

number

(Optional) The timeout increment in milliseconds for each additional try.

tries?

number

(Optional) The number of tries.