bus v0.1.3 Bus.Message.Subscribe

Struct for bus Subscribe

Fields

  • packet_id : An integer of value upto 65536 (2 bytes) representing packet identifier
  • topics : A list of string(binary) representing various topics.
  • requested_qoses : A list of integer of value 0,1,2 representing qoses.

Summary

Types

t :: %Bus.Message.Subscribe{id: non_neg_integer, requested_qoses: [0 | 1 | 2], topics: [String.t], type: atom}