Public Attributes

fawkes::bb_imessage_msg_t Struct Reference

Interface message. More...

#include <messages.h>

List of all members.

Public Attributes

uint32_t serial
 interface instance serial
char msg_type [__INTERFACE_MESSAGE_TYPE_SIZE]
 message type
uint32_t msgid
 message ID
uint32_t hops
 number of hops this message already passed
uint32_t data_size
 data for message

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 148 of file messages.h.


Member Data Documentation

char fawkes::bb_imessage_msg_t::msg_type[__INTERFACE_MESSAGE_TYPE_SIZE]

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