Skip to content

Home > resol-vbus-core > utils > readBigInt64LE

utils.readBigInt64LE() function

Read a little-endian signed 64 bit BigInt.

Signature:

typescript
export declare function readBigInt64LE(buffer: Uint8Array, offset: number): bigint;

Parameters

Parameter

Type

Description

buffer

Uint8Array

The buffer to read from.

offset

number

The offset inside the buffer to read from.

**Returns:**

bigint

The BigInt value.