_dba_rawmsg Struct Reference

#include <rawmsg.h>


Detailed Description

Dynamic storage for encoded messages.


Data Fields

_dba_filefile
 File where the dba_rawmsg has been read.
int offset
 Start offset of this message inside the file where it is found.
int index
 Index of the message within the source.
unsigned char * buf
 Buffer with the raw encoded data.
int len
 Length of the raw encoded data.
int alloclen
 Length of the allocated memory for buf.
dba_encoding encoding
 Encoding of the raw data.


Field Documentation

struct _dba_file* _dba_rawmsg::file [read]

File where the dba_rawmsg has been read.

It can be NULL when not applicable, such as when the message is created from scratch and not yet written


The documentation for this struct was generated from the following file:
Generated on Fri Jun 22 14:45:47 2007 for libdballe-msg by  doxygen 1.5.2