mqtt ~master (2019-03-27T20:21:48Z)
Dub
Repo
TestMqttSubscriber
tests
broker
Undocumented in source.
struct
TestMqttSubscriber {
alias
Payload
=
ubyte
[]
;
static
int
sIndex
;
void
send
(ubyte[] bytes);
const
(
Payload
)[]
messages
;
int
index
;
}
Members
Aliases
Payload
alias
Payload
=
ubyte
[]
Undocumented in source.
Functions
send
void
send
(ubyte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
sIndex
int
sIndex
;
Undocumented in source.
Variables
index
int
index
;
Undocumented in source.
messages
const
(
Payload
)[]
messages
;
Undocumented in source.
Meta
Source
See Implementation
tests
broker
functions
testPlus
testSubscribe
testSubscribeWithWildCards
testUnsubscribeAll
testUnsubscribeOne
testWildCards
structs
TestMqttSubscriber