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

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.
 

Detailed Description

Structure representing the content of a payload This structure holds properties of the content received inside a publication message.

Definition at line 147 of file PubSub.h.

Member Data Documentation

◆ content

void* PayloadContent::content[MAXCONTENTSIZE]

Array to hold content.

Definition at line 149 of file PubSub.h.

◆ contentSize

size_t PayloadContent::contentSize

Size of the content.

Definition at line 148 of file PubSub.h.


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