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