Documentation
¶
Index ¶
Constants ¶
View Source
const ( CtrlTopic = "ctrl/subready" CtrlAckTopic = "ctrl/suback" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MqttControl ¶
type MqttControl struct {
// contains filtered or unexported fields
}
var Ctrl *MqttControl
func NewMQTTControl ¶
func NewMQTTControl(server string, cid string) *MqttControl
func (*MqttControl) Add ¶
func (c *MqttControl) Add(name string)
func (*MqttControl) Rem ¶
func (c *MqttControl) Rem(name string)
Click to show internal directories.
Click to hide internal directories.