#include <jasperserver/attachment.h>
Data Fields | |
unsigned char * | __ptr |
int | __size |
char * | id |
char * | type |
char * | options |
Definition at line 32 of file attachment.h.
unsigned char* jasperserver_attachment::__ptr |
fd handle which we need in the callbacks
Definition at line 34 of file attachment.h.
size of the file to read
Definition at line 35 of file attachment.h.
always set to attachment
Definition at line 36 of file attachment.h.
always set to application/octet-stream
Definition at line 37 of file attachment.h.
obtained using soap_dime_option(soap, 0, "attachment")
Definition at line 38 of file attachment.h.