AutoApi.NaviDestinationState.to_bin
You're seeing just the function
to_bin
, go back to AutoApi.NaviDestinationState module for more information.
Specs
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>>