AutoApi.VehicleTimeState.from_bin

You're seeing just the function from_bin, go back to AutoApi.VehicleTimeState module for more information.

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<1, 0, 5, 1, 0, 2, 12, 42>> iex> AutoApi.VehicleTimeState.from_bin(bin) %AutoApi.VehicleTimeState{vehicle_time: %AutoApi.Property{data: %{hour: 12, minute: 42}}}