[][src]Module async_resol_vbus::recording_decoder

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.