Data structure for defining a last will. More...
Data structure for defining a last will.
Definition at line 309 of file asymcute.h.
#include <asymcute.h>
Data Fields | |
const char * | topic |
last will topic | |
void * | msg |
last will message content | |
size_t | msg_len |
length of last will message content | |
void* asymcute_will::msg |
last will message content
Definition at line 311 of file asymcute.h.
size_t asymcute_will::msg_len |
length of last will message content
Definition at line 312 of file asymcute.h.
const char* asymcute_will::topic |
last will topic
Definition at line 310 of file asymcute.h.