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