MqttPublish.this

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

Meta