bus v0.1.3 Bus.Message.SubAck
Struct for bus SubAck
Fields
packet_id
: An integer of value upto 65536 (2 bytes) representing packet identifiergranted_qoses
: A list of integer of value 0,1,2,128 representing qoses.
Summary
Types
t :: %Bus.Message.SubAck{granted_qoses: [0 | 1 | 2 | 128], id: non_neg_integer, type: atom}