AutoApi.VehicleInformationState.from_bin

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

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<4, 0, 13, 1, 0, 10, 72, 77, 32, 67, 111, 110, 99, 101, 112, 116>> iex> AutoApi.VehicleInformationState.from_bin(bin) %AutoApi.VehicleInformationState{name: %AutoApi.Property{data: "HM Concept"}}