TestMqttConnection

Undocumented in source.

Members

Aliases

Payload
alias Payload = ubyte[]
Undocumented in source.

Functions

disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
lastMsg
T lastMsg()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(ubyte[] payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

code
MqttConnack.Code code;
Undocumented in source.
connect
MqttConnect connect;
Undocumented in source.
connected
bool connected;
Undocumented in source.
lastBytes
const(ubyte)[] lastBytes;
Undocumented in source.
payloads
Payload[] payloads;
Undocumented in source.

Meta