MqttPublish.this

Undocumented in source.
  1. this(MqttFixedHeader header)
  2. this(string topic, ubyte[] payload, ushort msgId)
    struct MqttPublish
    this
    (
    in string topic
    ,
    in ubyte[] payload
    ,
    ushort msgId = 0
    )
  3. this(bool dup, ubyte qos, bool retain, string topic, ubyte[] payload, ushort msgId)

Meta