Home | Documentation |
xsd__base64Binary Struct Reference
updated Tue Aug 27 2024 by Robert van Engelen
|
XSD base64Binary structure with attachment data. More...
Public Attributes | |
unsigned char * | __ptr |
pointer to binary data More... | |
int | __size |
size of the binary data More... | |
char * | id |
extra member: NULL to generate an id or assign this member variable a unique UUID More... | |
char * | type |
extra member: MIME type of the data More... | |
char * | options |
extra member: DIME options or a description of the MIME attachment or NULL More... | |
XSD base64Binary structure with attachment data.
This structure may be declared in the interface header file for soapcpp2 and defines a XSD base64Binary type with optional DIME/MIME/MTOM attachment data. This structure is auto-generated by wsdl2h for the XSD base64Binary type to serialize binary data in base64 or as a DIME/MIME/MTOM attachment. An attachment is serialized when either id
, type
or options
member variables are non-NULL.
xsd__hexBinary
, _xop__Include
. unsigned char* xsd__base64Binary::__ptr |
pointer to binary data
int xsd__base64Binary::__size |
size of the binary data
char* xsd__base64Binary::id |
extra member: NULL to generate an id or assign this member variable a unique UUID
char* xsd__base64Binary::options |
extra member: DIME options or a description of the MIME attachment or NULL
char* xsd__base64Binary::type |
extra member: MIME type of the data