Appearance
Home > resol-vbus-core > HeaderSetConstructorOptions
HeaderSetConstructorOptions interface
Options for the constructor of HeaderSet.
Signature:
typescript
export interface HeaderSetConstructorOptions<T extends Header = Header>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
T[] | (Optional) The initial headers. | ||
Date | (Optional) The timestamp. |