Appearance
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 | The set of packets to convert. |
The DLx Download API compatible representation.