Crate bsb

Source

Structs§

Field
the name and datatype of this Field
FieldValue
FieldValue contains information about the Field (via field_id) and the Value. Due to the construction, it is guaranteed that the field is supported by this crate. It can be used to render a datapoint
Frame
Frame contains all information that will be put on and read from the bus
NamedValue
NamedValue is optimized to contain all information necessary for display purposes but can recover the original representation

Enums§

BsbError
Datatype
The Datatype enum is aligned with the Value enum. This type stores the information about the type/encoding
PacketType
PacketType of the Frame
ParseErrorKind
ParseResult
Value
The Value enum is aligned with the Datatype enum This type stores the actual values together with flags if necessary, It is self sufficient to encode the value into a valid payload