MqttPublish

Undocumented in source.

Constructors

this
this(MqttFixedHeader header)
Undocumented in source.
this
this(string topic, ubyte[] payload, ushort msgId)
Undocumented in source.
this
this(bool dup, ubyte qos, bool retain, string topic, ubyte[] payload, ushort msgId)
Undocumented in source.

Members

Functions

payload
const(ubyte)[] payload()
Undocumented in source. Be warned that the author may not have intended to support it.
postBlit
void postBlit(Cereal cereal)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin assertHasPostBlit!MqttPublish
Undocumented in source.

Variables

cantDecerealise
bool cantDecerealise;
Undocumented in source.
header
MqttFixedHeader header;
Undocumented in source.
msgId
ushort msgId;
Undocumented in source.
topic
string topic;
Undocumented in source.

Meta