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