Expand description
Functions in this module can be used to decode byte slices of data conforming to the
VBus protocol specification into the respective Data
variants.
Functionsยง
- data_
from_ bytes - Convert slice of bytes to respective
Data
variant. - data_
from_ checked_ bytes - Convert slice of bytes to respective
Data
variant. - length_
from_ bytes - Checks the provided slice of bytes whether it contains valid VBus live data.