Documentation
¶
Overview ¶
Package mqtt provides the variables and the APIs which are commonly used in the communications over MQTT.
Index ¶
Constants ¶
View Source
const ( // QoS0 represents "QoS 0: At most once delivery". QoS0 byte = iota // QoS1 represents "QoS 1: At least once delivery". QoS1 // QoS2 represents "QoS 2: Exactly once delivery". QoS2 )
Values of Qos
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.