MessageQueue.h
Go to the documentation of this file.
void setCallback(MessageDelegate delegate)
Set a callback to handle sending a message delegate.
Definition: MessageQueue.h:54
Defines the information used to create an outgoing message.
Definition: MessageSpec.h:74
void add(MessageSpec *ms, uint32_t intervalMs)
Schedule a message to start after the given interval has elapsed.
unsigned count()
void clear()
bool contains(const MessageSpec &ms) const
Determine if a matching message specification is already queued.
MessageQueue(MessageDelegate delegate)
Definition: SSDP/src/include/Network/SSDP/Message.h:31
1.8.13