vibe-mqtt v0.1.8 (2017-02-04T20:32:11Z)
Dub
Repo
Session.add
mqttd
client
Session
Adds packet to Session
struct
Session
auto
add
(
T
)
(
auto
ref
T
packet
,
PacketState
state
)
if
(
is
(
T
==
Publish
) ||
is
(
T
==
Subscribe
)
||
is
(
T
==
Unsubscribe
)
)
Meta
Source
See Implementation
mqttd
client
Session
functions
add
canFind
clear
popFront
removeAt
properties
front
nextPacketId
packetCount
Adds packet to Session