AutoApi.IgnitionState.to_bin
You're seeing just the function
to_bin
, go back to AutoApi.IgnitionState module for more information.
Specs
Parse state to bin
iex> state = %AutoApi.IgnitionState{state: %AutoApi.Property{data: :on}} iex> AutoApi.IgnitionState.to_bin(state) <<3, 0, 4, 1, 0, 1, 3>>