Fawkes API Fawkes Development Version
fawkes::bb_imessage_msg_t Struct Reference

Interface message. More...

#include <messages.h>

Public Attributes

Uuid serial
 interface instance serial More...
 
Uuid source
 serial of the original message source More...
 
char msg_type [INTERFACE_MESSAGE_TYPE_SIZE_]
 message type More...
 
uint32_t msgid
 message ID More...
 
uint32_t hops
 number of hops this message already passed More...
 
uint32_t data_size
 data for message More...
 

Detailed Description

Interface message.

This type is used to transport interface messages. This struct is always followed by a data chunk of the size data_size that transports the message data.

Definition at line 174 of file messages.h.

Member Data Documentation

◆ data_size

◆ hops

◆ msg_type

◆ msgid

◆ serial

◆ source


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