AutoApi.HonkHornFlashLightsState.from_bin

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

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<1, 0, 4, 1, 0, 1, 0>> iex> AutoApi.HonkHornFlashLightsState.from_bin(bin) %AutoApi.HonkHornFlashLightsState{flashers: %AutoApi.Property{data: :inactive}}