mqttd.stream

Undocumented in source.

Members

Enums

isMqttInput
eponymoustemplate isMqttInput(T)
Undocumented in source.

Structs

MqttStream
struct MqttStream

Abstracts a stream protocol such as TCP so that we can get discrete MQTT messages out of it.

MqttStreamConnection
struct MqttStreamConnection(Channel)

Satisfies the isMqttConnection interface for streams (e.g. TCP) Delegates actually reading or writing data to a templated channel.

Meta