Fawkes API Fawkes Development Version

fawkes::worldinfo_message_header_t Struct Reference

Per-message header. More...

#include <messages.h>

List of all members.

Public Attributes

uint16_t type
 message type in network byte order
uint16_t size
 message size in network byte order

Detailed Description

Per-message header.

In the sent buffer each message is preceeded by a per-message header which contains the message type ID and the message length.

Definition at line 54 of file messages.h.


Member Data Documentation

message size in network byte order

Definition at line 56 of file messages.h.

Referenced by fawkes::WorldInfoTransceiver::recv().

message type in network byte order

Definition at line 55 of file messages.h.

Referenced by fawkes::WorldInfoTransceiver::recv().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends