Skip to content

Home > resol-vbus-core-toolbox-scripts > dlxJsonConverter > DLxJsonConverterService > convertHeaderSet

dlxJsonConverter.DLxJsonConverterService.convertHeaderSet() method

Convert one set of packets into its DLx Download API compatible JSON representation.

Signature:

typescript
convertHeaderSet(headerSet: HeaderSet<Packet>): DLxJsonResult;

Parameters

Parameter

Type

Description

headerSet

HeaderSet<Packet>

The set of packets to convert.

**Returns:**

DLxJsonResult

The DLx Download API compatible representation.