MqttConnect

Undocumented in source.

Constructors

this
this(MqttFixedHeader header)
Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin assertHasPostBlit!MqttConnect
Undocumented in source.

Properties

isBadClientId
bool isBadClientId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

clientId
string clientId;
Undocumented in source.
hasClear
bool hasClear;
Undocumented in source.
hasPassword
bool hasPassword;
Undocumented in source.
hasUserName
bool hasUserName;
Undocumented in source.
hasWill
bool hasWill;
Undocumented in source.
hasWillRetain
bool hasWillRetain;
Undocumented in source.
header
MqttFixedHeader header;
Undocumented in source.
keepAlive
ushort keepAlive;
Undocumented in source.
password
string password;
Undocumented in source.
protoName
string protoName;
Undocumented in source.
protoVersion
ubyte protoVersion;
Undocumented in source.
reserved
bool reserved;
Undocumented in source.
userName
string userName;
Undocumented in source.
willMessage
string willMessage;
Undocumented in source.
willQos
ubyte willQos;
Undocumented in source.
willTopic
string willTopic;
Undocumented in source.

Meta