Documentation ¶
Index ¶
Constants ¶
View Source
const ( CONNECT = 0x10 CONNACK = 0x20 PUBLISH = 0x30 PUBACK = 0x40 SUBSCRIBE = 0x82 SUBACK = 0x90 QOS1 = 0x02 )
https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html
View Source
const Timeout = time.Second * 5
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
// contains filtered or unexported fields
}
func NewConnect ¶
func NewPublish ¶
func (*Message) WriteBytes ¶
func (*Message) WriteString ¶
func (*Message) WriteUint16 ¶
Click to show internal directories.
Click to hide internal directories.