AutoApi.MaintenanceState.from_bin

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

Specs

from_bin(binary()) :: t()

Build state based on binary value

Example

iex> AutoApi.MaintenanceState.from_bin(<<3, 0, 4, 1, 0, 1, 42>>)
%AutoApi.MaintenanceState{cbs_reports_count: %AutoApi.Property{data: 42}}