AutoApi.PowerTakeoffState.to_bin

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

Specs

to_bin(t()) :: binary()

Parse state to bin

iex> state = %AutoApi.PowerTakeoffState{status: %AutoApi.Property{data: :active}} iex> AutoApi.PowerTakeoffState.to_bin(state) <<1, 0, 4, 1, 0, 1, 1>>