AutoApi.VehicleInformationState.to_bin
You're seeing just the function
to_bin
, go back to AutoApi.VehicleInformationState module for more information.
Specs
Parse state to bin
iex> state = %AutoApi.VehicleInformationState{name: %AutoApi.Property{data: "HM Concept"}} iex> AutoApi.VehicleInformationState.to_bin(state) <<4, 0, 13, 1, 0, 10, 72, 77, 32, 67, 111, 110, 99, 101, 112, 116>>