Skip to content

Home > resol-vbus-core > RecordingDecoderRecord

RecordingDecoderRecord interface

A record.

Signature:

typescript
export interface RecordingDecoderRecord

Properties

Property

Modifiers

Type

Description

kind

number

The kind of record.

length

number

The length of the record.

payload

Uint8Array

The payload of the record.

timestamp

Date

The timestamp of the record.