Skip to content

Home > resol-vbus-core > Specification > getPacketSpecification

Specification.getPacketSpecification() method

Get a packet specification.

Signature:

typescript
getPacketSpecification(channel: number, destinationAddress: number, sourceAddress: number, command: number): PacketSpecification;

Parameters

Parameter

Type

Description

channel

number

The VBus channel.

destinationAddress

number

The destination address.

sourceAddress

number

The source address.

command

number

The command.

**Returns:**

PacketSpecification

The packet specification.