Appearance
Home > resol-vbus-core > encodeStartOfHeaderSetRecord
encodeStartOfHeaderSetRecord() function
Encode a type 44 "Start-Of-Header-Set" record.
Signature:
typescript
export declare function encodeStartOfHeaderSetRecord(timestamp: Date): Uint8Array;
Parameters
Parameter | Type | Description |
---|---|---|
timestamp | Date | The timestamp to store in the record. |
Uint8Array
The buffer containing the record.