AutoApi.UniversalProperties.all
You're seeing just the function
all
, go back to AutoApi.UniversalProperties module for more information.
Specs
all() :: [{0..255, atom()}]
Returns all universal properties
Example
iex> properties = AutoApi.UniversalProperties.all()
iex> length(properties)
5
iex> List.last(properties)
{0xA4, :brand}