Appearance
Home > resol-vbus-core > RecordingDecoderRecord
RecordingDecoderRecord interface
A record.
Signature:
typescript
export interface RecordingDecoderRecord
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | The kind of record. | ||
number | The length of the record. | ||
Uint8Array | The payload of the record. | ||
Date | The timestamp of the record. |