AutoApi.RaceState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.RaceState module for more information.
Specs
Build state based on binary value
iex> bin = <<2, 0, 11, 1, 0, 8, 64, 54, 43, 133, 30, 184, 81, 236>> iex> AutoApi.RaceState.from_bin(bin) %AutoApi.RaceState{understeering: %AutoApi.Property{data: 22.17}}