MqttFixedHeader

Undocumented in source.

Members

Functions

check
bool check(ubyte[] bytes, ulong cerealBytesLength)
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.
postBlit
void postBlit(Cereal cereal)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

SIZE
enum SIZE;
Undocumented in source.

Mixins

__anonymous
mixin assertHasPostBlit!MqttFixedHeader
Undocumented in source.

Variables

dup
bool dup;
Undocumented in source.
qos
ubyte qos;
Undocumented in source.
remaining
uint remaining;
Undocumented in source.
retain
bool retain;
Undocumented in source.
type
MqttType type;
Undocumented in source.

Meta