Skip to content

Home > resol-vbus-core > HeaderConstructorOptions

HeaderConstructorOptions interface

The options for the constructor of Header.

Signature:

typescript
export interface HeaderConstructorOptions

Properties

Property

Modifiers

Type

Description

channel?

number

(Optional) The VBus channel.

destinationAddress?

number

(Optional) The destination address.

minorVersion?

number

(Optional) The minor VBus version.

sourceAddress?

number

(Optional) The source address.

timestamp?

Date

(Optional) The timestamp.