LoboMQ
|
Structure representing the content of a payload This structure holds properties of the content received inside a publication message. More...
#include <PubSub.h>
Public Attributes | |
size_t | contentSize |
Size of the content. | |
void * | content [MAXCONTENTSIZE] |
Array to hold content. | |
Structure representing the content of a payload This structure holds properties of the content received inside a publication message.
void* PayloadContent::content[MAXCONTENTSIZE] |