Documentation
¶
Index ¶
- func ByteToInt32(b []byte) int32
- func CpPublish(src, des *packets.Publish)
- func GeneratePacketID() uint16
- func GenerateVariableData(str []byte) []byte
- func HasWildcard(topic string) bool
- func Int32ToByte(i int32) []byte
- func PacketIDToString(id uint16) string
- func ParseVariableData(data []byte) ([]byte, error)
- func ReadUint32(b *bytes.Buffer) (uint32, error)
- func ReadUint64(b *bytes.Buffer) (uint64, error)
- func SplitTopic(topic string) []string
- func StringToPacketID(id string) uint16
- func WriteUint32(u uint32, b *bytes.Buffer) error
- func WriteUint64(u uint64, b *bytes.Buffer) error
- type Bucket
- type PacketIDFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToInt32 ¶
func GeneratePacketID ¶
func GeneratePacketID() uint16
func GenerateVariableData ¶
func HasWildcard ¶
func Int32ToByte ¶
func PacketIDToString ¶
func ParseVariableData ¶
func SplitTopic ¶
func StringToPacketID ¶
Types ¶
type PacketIDFactory ¶
type PacketIDFactory struct {
// contains filtered or unexported fields
}
func NewPacketIDFactory ¶
func NewPacketIDFactory() *PacketIDFactory
func (*PacketIDFactory) Generate ¶
func (p *PacketIDFactory) Generate() uint16
func (*PacketIDFactory) ReadID ¶
func (p *PacketIDFactory) ReadID() uint16
func (*PacketIDFactory) SetID ¶
func (p *PacketIDFactory) SetID(id uint16)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.