AutoApi.UsageState.from_bin

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

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<17, 0, 11, 1, 0, 8, 63, 229, 112, 163, 215, 10, 61, 113>> iex> AutoApi.UsageState.from_bin(bin) %AutoApi.UsageState{safety_driving_score: %AutoApi.Property{data: 0.67}}