Skip to content

Home > resol-vbus-core > liveDecodePacket

liveDecodePacket() function

Decode a packet.

Signature:

typescript
export declare function liveDecodePacket(buffer: Uint8Array, channel?: number): Packet;

Parameters

Parameter

Type

Description

buffer

Uint8Array

The buffer to decode.

channel

number

(Optional) The VBus channel.

**Returns:**

Packet

The decoded packet.