|
LoboMQ
|
Structure that contains the fields used by a publish message, apart from those inherited from the MessageBase. More...
#include <PubSub.h>
Public Attributes | |
| char | topic [MAXTOPICLENGTH] |
| Topic where the message is published to. | |
| size_t | contentSize |
| Size of the content. | |
| void * | content [MAXCONTENTSIZE] |
| Any content stored as bytes. | |
Public Attributes inherited from MessageBase | |
| MessageType | type |
Structure that contains the fields used by a publish message, apart from those inherited from the MessageBase.
| void* PublishContent::content[MAXCONTENTSIZE] |
| char PublishContent::topic[MAXTOPICLENGTH] |