Versions in this module Expand all Collapse all v0 v0.2.6 Mar 20, 2019 Changes in this version + var ErrInvalidConnectionType = errors.New("connection object is invalid") + func GetMessageBuffer(c io.Closer) ([]byte, error) + func WriteMessage(conn io.Closer, msg mqttp.IFace) error + func WriteMessageBuffer(c io.Closer, b []byte) error