Skip to content

Home > resol-vbus-core > PacketSpecificationConstructorOptions

PacketSpecificationConstructorOptions interface

Options for the constructor of PacketSpecification.

Signature:

typescript
export interface PacketSpecificationConstructorOptions

Properties

Property

Modifiers

Type

Description

channel

number

The VBus channel.

command

number

The command.

destinationAddress

number

The destination address.

destinationDevice

DeviceSpecification

The destination device specification.

id

string

The ID.

packetTemplate

VsfPacketTemplate | undefined

The VSF packet template.

sourceAddress

number

The source address.

sourceDevice

DeviceSpecification

The source device specification.