Skip to content

Home > resol-vbus-core > LiveTransceiver > beginBulkValueTransaction

LiveTransceiver.beginBulkValueTransaction() method

Begin a bulk value transaction.

Signature:

typescript
beginBulkValueTransaction(peerAddress: number, txTimeoutS: number, options?: LiveTransceiverActionTriesAndTimeouts): Promise<Datagram | null>;

Parameters

Parameter

Type

Description

peerAddress

number

The address of the peer.

txTimeoutS

number

The timeout in seconds.

options

LiveTransceiverActionTriesAndTimeouts

(Optional) Options.

**Returns:**

Promise<Datagram | null>

A promise that resolves when the datagram was received or the action timed out.