AutoApi.NaviDestinationState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.NaviDestinationState module for more information.
Specs
Build state based on binary value
iex> bin = <<2, 0, 7, 1, 0, 4, 72, 111, 109, 101>> iex> AutoApi.NaviDestinationState.from_bin(bin) %AutoApi.NaviDestinationState{destination_name: %AutoApi.Property{data: "Home"}}