Fawkes API  Fawkes Development Version
fawkes::fawkes_message_t Struct Reference

Message as stored in local queues. More...

#include <message.h>

Public Attributes

fawkes_message_header_t header
 message header More...
 
void * payload
 message payload More...
 

Detailed Description

Message as stored in local queues.

A message takes a header and a pointer to the data that has the size mentioned in header.payload_size that is to be sent over the network.

Definition at line 53 of file message.h.

Member Data Documentation

◆ header

◆ payload


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