Skip to content

Home > resol-vbus-core > LiveTransceiver > performAction

LiveTransceiver.performAction() method

Perform an action.

Signature:

typescript
performAction<R>(options: LiveTransceiverActionOptions<R>): Promise<R | null>;

Parameters

Parameter

Type

Description

options

LiveTransceiverActionOptions<R>

Options.

**Returns:**

Promise<R | null>

A promise that resolves when the action completes or times out.