Skip to content

Home > resol-vbus-core-toolbox > ScriptEngine > augmentLiveTransceiverOptions

ScriptEngine.augmentLiveTransceiverOptions() method

Augment user-provided (or newly create) options for the LiveTransceiver constructor.

Signature:

typescript
augmentLiveTransceiverOptions(optionalOptions: LiveTransceiverConstructorOptions | undefined, channel: number): LiveTransceiverConstructorOptions;

Parameters

Parameter

Type

Description

optionalOptions

LiveTransceiverConstructorOptions | undefined

User-provided options to augment.

channel

number

The channel number.

**Returns:**

LiveTransceiverConstructorOptions

The augmented (or newly created) options.