AutoApi.WindscreenState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.WindscreenState module for more information.
Specs
Build state based on binary value
iex> bin = <<1, 0, 4, 1, 0, 1, 2>> iex> AutoApi.WindscreenState.from_bin(bin) %AutoApi.WindscreenState{wipers_status: %AutoApi.Property{data: :automatic}}