Genivia Home Documentation
soap_ios_data Struct Reference

updated Wed Aug 17 2016
 
Protected Attributes | List of all members
soap_ios_data Struct Reference

soap_ios plugin data to override callbacks and store states to manipulate SOAP connection using iOS libraries More...

#import <gsoapios.h>

Collaboration diagram for soap_ios_data:
Collaboration graph
[legend]

Protected Attributes

GSoapiOSURLDataurl_data
 
char * buf
 
size_t len
 
const char * res_msg
 
size_t res_len
 
SOAP_SOCKET(* fopen )(struct soap *, const char *, const char *, int)
 
int(* fclose )(struct soap *)
 
int(* fsend )(struct soap *, const char *, size_t)
 
size_t(* frecv )(struct soap *, char *, size_t)
 

Detailed Description

soap_ios plugin data to override callbacks and store states to manipulate SOAP connection using iOS libraries

Member Data Documentation

- (char*) buf
protected
- (int(* fclose) (struct soap *))
protected
- (SOAP_SOCKET(* fopen) (struct soap *, const char *, const char *, int))
protected
- (size_t(* frecv) (struct soap *, char *, size_t))
protected
- (int(* fsend) (struct soap *, const char *, size_t))
protected
- (size_t) len
protected
- (size_t) res_len
protected
- (const char*) res_msg
protected
- (GSoapiOSURLData*) url_data
protected

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