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