libUPnP  1.14.6
Typedefs | Functions
UpnpActionComplete.h File Reference

Header file for UpnpActionComplete methods. More...

#include <stdlib.h>
#include "UpnpGlobal.h"
#include "UpnpString.h"
#include "ixml.h"
Include dependency graph for UpnpActionComplete.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct s_UpnpActionComplete UpnpActionComplete
 

Functions

UpnpActionCompleteUpnpActionComplete_new ()
 
void UpnpActionComplete_delete (UpnpActionComplete *p)
 
UpnpActionCompleteUpnpActionComplete_dup (const UpnpActionComplete *p)
 
int UpnpActionComplete_assign (UpnpActionComplete *p, const UpnpActionComplete *q)
 
int UpnpActionComplete_get_ErrCode (const UpnpActionComplete *p)
 
int UpnpActionComplete_set_ErrCode (UpnpActionComplete *p, int n)
 
const UpnpStringUpnpActionComplete_get_CtrlUrl (const UpnpActionComplete *p)
 
int UpnpActionComplete_set_CtrlUrl (UpnpActionComplete *p, const UpnpString *s)
 
size_t UpnpActionComplete_get_CtrlUrl_Length (const UpnpActionComplete *p)
 
const char * UpnpActionComplete_get_CtrlUrl_cstr (const UpnpActionComplete *p)
 
int UpnpActionComplete_strcpy_CtrlUrl (UpnpActionComplete *p, const char *s)
 
int UpnpActionComplete_strncpy_CtrlUrl (UpnpActionComplete *p, const char *s, size_t n)
 
void UpnpActionComplete_clear_CtrlUrl (UpnpActionComplete *p)
 
IXML_DocumentUpnpActionComplete_get_ActionRequest (const UpnpActionComplete *p)
 
int UpnpActionComplete_set_ActionRequest (UpnpActionComplete *p, IXML_Document *n)
 
IXML_DocumentUpnpActionComplete_get_ActionResult (const UpnpActionComplete *p)
 
int UpnpActionComplete_set_ActionResult (UpnpActionComplete *p, IXML_Document *n)
 

Detailed Description

Header file for UpnpActionComplete methods.

Do not edit this file, it is automatically generated. Please look at generator.c.

Author
Marcelo Roberto Jimenez

Typedef Documentation

UpnpActionComplete

Function Documentation

int UpnpActionComplete_assign ( UpnpActionComplete p,
const UpnpActionComplete q 
)
void UpnpActionComplete_clear_CtrlUrl ( UpnpActionComplete p)

UpnpActionComplete_clear_CtrlUrl

References UpnpString_clear().

void UpnpActionComplete_delete ( UpnpActionComplete p)

Destructor

References UpnpString_delete().

Referenced by UpnpThreadDistribution().

UpnpActionComplete* UpnpActionComplete_dup ( const UpnpActionComplete p)

Copy Constructor

References UpnpActionComplete_assign(), and UpnpActionComplete_new().

IXML_Document* UpnpActionComplete_get_ActionRequest ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionRequest

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

IXML_Document* UpnpActionComplete_get_ActionResult ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionResult

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

const UpnpString* UpnpActionComplete_get_CtrlUrl ( const UpnpActionComplete p)
const char* UpnpActionComplete_get_CtrlUrl_cstr ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_cstr

References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_String().

size_t UpnpActionComplete_get_CtrlUrl_Length ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_Length

References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_Length().

int UpnpActionComplete_get_ErrCode ( const UpnpActionComplete p)

UpnpActionComplete_get_ErrCode

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

UpnpActionComplete* UpnpActionComplete_new ( )

Constructor

References UpnpString_new().

Referenced by UpnpActionComplete_dup(), and UpnpThreadDistribution().

int UpnpActionComplete_set_ActionRequest ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionRequest

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

int UpnpActionComplete_set_ActionResult ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionResult

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

int UpnpActionComplete_set_CtrlUrl ( UpnpActionComplete p,
const UpnpString s 
)

UpnpActionComplete_set_CtrlUrl

References UpnpString_get_String(), and UpnpString_set_String().

Referenced by UpnpActionComplete_assign().

int UpnpActionComplete_set_ErrCode ( UpnpActionComplete p,
int  n 
)

UpnpActionComplete_set_ErrCode

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

int UpnpActionComplete_strcpy_CtrlUrl ( UpnpActionComplete p,
const char *  s 
)

UpnpActionComplete_strcpy_CtrlUrl

References UpnpString_set_String().

Referenced by UpnpThreadDistribution().

int UpnpActionComplete_strncpy_CtrlUrl ( UpnpActionComplete p,
const char *  s,
size_t  n 
)

UpnpActionComplete_strncpy_CtrlUrl

References UpnpString_set_StringN().