AutoApi.UniversalState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.UniversalState module for more information.
Specs
Build state based on binary value
iex> bin = <<0xA4, 0x0, 0x4, 0x1, 0x0, 0x1, 0x14>> iex> AutoApi.UniversalState.from_bin(bin) %AutoApi.UniversalState{brand: %AutoApi.Property{data: :jeep}}