Appearance
Home > resol-vbus-core > Header
Header class
A VBus header, the base primitive for all other VBus data variants.
Signature:
typescript
export declare class Header
Constructors
Constructor | Modifiers | Description |
---|---|---|
Construct a header. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | The VBus channel. | ||
number | The destination address. | ||
number | The minor VBus version. | ||
number | The source address. | ||
Date | The timestamp. |
Methods
Method | Modifiers | Description |
---|---|---|
Compare this header to another. | ||
Get the ID. | ||
Get the major VBus version. Must be implemented by sub-class. | ||
Get the VBus version. |