#include <rawmsg.h>
Data Fields | |
| _dba_file * | file |
| 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. | |
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
1.5.2