OPAL  Version 3.18.8
OpalMIME Struct Reference

#include <opal.h>

Data Fields

const char * m_type
 MIME type for data, e.g. "text/html". More...
 
unsigned m_length
 Length of data, relevant mainly for if data is binary. More...
 
const char * m_data
 Pointer to data. More...
 

Detailed Description

Arbitrary information identified by MIME type. Commonly used for multi-part MIME data.

Field Documentation

const char* OpalMIME::m_data

Pointer to data.

unsigned OpalMIME::m_length

Length of data, relevant mainly for if data is binary.

const char* OpalMIME::m_type

MIME type for data, e.g. "text/html".


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