AutoApi.RaceState.to_bin

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

Specs

to_bin(t()) :: binary()

Parse state to bin

iex> state = %AutoApi.RaceState{understeering: %AutoApi.Property{data: 22.17}} iex> AutoApi.RaceState.to_bin(state) <<2, 0, 11, 1, 0, 8, 64, 54, 43, 133, 30, 184, 81, 236>>