Expand description
Functions in this module allow to decode a byte stream conforming to the VBus Recording File Format.
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 a valid VBus record.
- timestamp_
from_ checked_ bytes - Convert slice of bytes to
DateTime<Utc>
object.