Expand description
A module that parses the contents of a VBus Specification File Version 1 (VSF1).
The VBus Specification File format is used to provide information about VBus Protocol Version
1.x Packet
s and their frame data payload.
See the RESOL VBus Specification File Format v1 for details.
Structs§
- Device
Template - Contains information about a VBus device.
- Localized
Text - Combines three
TextIndex
values for each of the supported languages to form a localized text. - Localized
Text Index - A numeric reference to a
LocalizedText
instance. - Packet
Template - Contains information about a VBus packet.
- Packet
Template Field - Contains information about a field with the frame data payload of a VBus packet.
- Packet
Template Field Part - Contains information about one part of a packet field’s raw value.
- Specification
File - Contains the information from a VSF1 file.
- Text
Index - A numeric reference to a
Text
. - TypeId
- A numeric reference to a
Type
instance. - Unit
- A physical unit.
- Unit
Family Id - A numeric reference to an
UnitFamily
instance. - UnitId
- A numeric reference to an
Unit
instance.
Enums§
- Error
Kind - A list of errors that can occur if the VSF1 data cannot be parsed.
- Language
- Languages supported by VSF1 specification.
- Type
- A type to describe different data types within the packet fields.
- Unit
Family - One of the unit families supported by the VSF1 specification.