LoboMQ
Loading...
Searching...
No Matches
UnsubscribeAnnouncement Struct Reference

Structure that contains the fields used by a unsubscribe message, apart from those inherited from the MessageBase. More...

#include <PubSub.h>

Inheritance diagram for UnsubscribeAnnouncement:
MessageBase

Public Attributes

char topic [MAXTOPICLENGTH]
 Topic that the subscriber no longer shows interest in.
 
- Public Attributes inherited from MessageBase
MessageType type
 

Detailed Description

Structure that contains the fields used by a unsubscribe message, apart from those inherited from the MessageBase.

Definition at line 56 of file PubSub.h.

Member Data Documentation

◆ topic

char UnsubscribeAnnouncement::topic[MAXTOPICLENGTH]

Topic that the subscriber no longer shows interest in.

Definition at line 57 of file PubSub.h.


The documentation for this struct was generated from the following file: