emqtt_props (emqtt v1.15.1)

View Source
MQTT5 Properties

Summary

Types

prop_id/0

-type prop_id() :: pos_integer().

prop_name/0

-type prop_name() :: atom().

Functions

all()

-spec all() -> map().

filter(PacketType, Props)

id(Name)

-spec id(prop_name()) -> prop_id().

name(Id)

-spec name(prop_id()) -> prop_name().

validate(Props)