mqttsp

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMqttSubPub

type IMqttSubPub interface {
	SetSubDeal(func(mqtt.Message))
	Sub(topic string) (err error)
	Unsub(topic string) error
	Pub(topic string, payload []byte)
	SetOnConn(mqtt.OnConnectHandler)
}

IMqttSubPub MQTT订阅发布接口

func NewMqttSubPub

func NewMqttSubPub(id, addr, user, pass string) (imps IMqttSubPub, err error)

NewMqttSubPub 创建MqttSubPub

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL