dime.h
来自「一款开源的soap库」· C头文件 代码 · 共 29 行
H
29 行
//gsoap ns service name: dime//gsoap ns service namespace: http://www.aberger,at/SOAP/dime.wsdl//gsoap ns service location: http://localhost/gsoap?mod_gsoap.dll?dime//gsoap ns service executable: dime.dll//gsoap ns schema namespace: urn:dime//gsoap service documentation: Send image files back and forth as dime attac
class xsd__base64Binary {
unsigned char *__ptr; int __size; char *id; char *type; char *options;
xsd__base64Binary(); // Constructor
xsd__base64Binary(struct soap *soap, int n); // Constructor
~xsd__base64Binary(); // Destructor
unsigned char *location(); // returns the memory location
int size(); // returns the number of bytes
};
//gsoap method-documentation getImage retrieve an image from the server.
int ns__getImage(char *name, xsd__base64Binary &image);
//gsoap method-documentation getImage send an image to the server.
int ns__putImage(char *name, xsd__base64Binary *image, int& status);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?