AutoApi.NaviDestinationState.to_bin

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

Specs

to_bin(t()) :: binary()

Parse state to bin

iex> state = %AutoApi.NaviDestinationState{destination_name: %AutoApi.Property{data: "Home"}} iex> AutoApi.NaviDestinationState.to_bin(state) <<2, 0, 7, 1, 0, 4, 72, 111, 109, 101>>