Appearance
Home > resol-vbus-core > LiveTransceiver > rollbackBulkValueTransaction
LiveTransceiver.rollbackBulkValueTransaction() method
Rollback a bulk value transaction.
Signature:
typescript
rollbackBulkValueTransaction(peerAddress: number, options?: LiveTransceiverActionTriesAndTimeouts): Promise<Datagram | null>;
Parameters
Parameter | Type | Description |
---|---|---|
peerAddress | number | The address of the peer. |
options | (Optional) Options. |
Promise<Datagram | null>
A promise that resolves when the datagram was received or the action timed out.