ex_mqtt v0.2.0 ExMqtt.Message.SubAck View Source

Struct for bus SubAck

Fields

  • packet_id : An integer of value upto 65536 (2 bytes) representing packet identifier
  • granted_qoses : A list of integer of value 0,1,2,128 representing qoses.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExMqtt.Message.SubAck{
  granted_qoses: [0 | 1 | 2 | 128],
  id: non_neg_integer(),
  type: atom()
}