AutoApi.ChassisSettingsState.from_bin
You're seeing just the function
from_bin
, go back to AutoApi.ChassisSettingsState module for more information.
Specs
Build state based on binary value
iex> AutoApi.ChassisSettingsState.from_bin(<<1, 4::integer-16, 1, 0, 1, 0>>) %AutoApi.ChassisSettingsState{driving_mode: %AutoApi.Property{data: :regular}}