Appearance
Home > resol-vbus-core > encodeHeaderRecord
encodeHeaderRecord() function
Encode any Header into a type 66 record.
Signature:
typescript
export declare function encodeHeaderRecord(header: Header): Uint8Array;
Parameters
Parameter | Type | Description |
---|---|---|
header | The header to encode. |
Uint8Array
The buffer containing the record.