Appearance
Home > resol-vbus-core > encodeHeaderSetRecords
encodeHeaderSetRecords() function
Encode a HeaderSet into its records.
Signature:
typescript
export declare function encodeHeaderSetRecords(headerSet: HeaderSet): Uint8Array[];
Parameters
Parameter | Type | Description |
---|---|---|
headerSet | The header set to encode. |
Uint8Array[]
The array of buffers containing the records.