Home | Documentation |
soap_wsrm_data Struct Reference
updated Tue May 21 2024 by Robert van Engelen
|
Plugin data. More...
#include <wsrmapi.h>
Public Attributes | |
enum soap_wsrm_enable | state |
struct soap_wsrm_sequence * | seq |
struct soap_wsrm_message * | msg |
int(* | fsend )(struct soap *, const char *, size_t) |
int(* | fpreparefinalrecv )(struct soap *) |
int(* | fdisconnect )(struct soap *) |
Plugin data.
int(* soap_wsrm_data::fdisconnect) (struct soap *) |
int(* soap_wsrm_data::fpreparefinalrecv) (struct soap *) |
int(* soap_wsrm_data::fsend) (struct soap *, const char *, size_t) |
struct soap_wsrm_message* soap_wsrm_data::msg |
struct soap_wsrm_sequence* soap_wsrm_data::seq |
enum soap_wsrm_enable soap_wsrm_data::state |