D-Bus 1.12.20
Data Fields
DBusHeader Struct Reference

Message header data and some cached details of it. More...

#include <dbus-marshal-header.h>

Data Fields

DBusString data
 Header network data, stored separately from body so we can independently realloc it. More...
 
DBusHeaderField fields [DBUS_HEADER_FIELD_LAST+1]
 Track the location of each field in header. More...
 
dbus_uint32_t padding: 3
 bytes of alignment in header More...
 
dbus_uint32_t byte_order: 8
 byte order of header More...
 

Detailed Description

Message header data and some cached details of it.

Definition at line 47 of file dbus-marshal-header.h.

Field Documentation

◆ byte_order

dbus_uint32_t DBusHeader::byte_order

byte order of header

Definition at line 59 of file dbus-marshal-header.h.

◆ data

DBusString DBusHeader::data

◆ fields

DBusHeaderField DBusHeader::fields[DBUS_HEADER_FIELD_LAST+1]

Track the location of each field in header.

Definition at line 54 of file dbus-marshal-header.h.

◆ padding

dbus_uint32_t DBusHeader::padding

bytes of alignment in header

Definition at line 58 of file dbus-marshal-header.h.

Referenced by _dbus_header_reinit().


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