libUPnP 1.14.19
Data Structures | Functions
UpnpActionComplete.c File Reference

Source file for UpnpActionComplete methods. More...

#include "config.h"
#include <stdlib.h>
#include <string.h>
#include "UpnpActionComplete.h"
Include dependency graph for UpnpActionComplete.c:

Data Structures

struct  s_UpnpActionComplete
 

Functions

UpnpActionCompleteUpnpActionComplete_new ()
 
void UpnpActionComplete_delete (UpnpActionComplete *q)
 
int UpnpActionComplete_assign (UpnpActionComplete *p, const UpnpActionComplete *q)
 
UpnpActionCompleteUpnpActionComplete_dup (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

Source file for UpnpActionComplete methods.

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

Author
Marcelo Roberto Jimenez

Function Documentation

◆ UpnpActionComplete_assign()

int UpnpActionComplete_assign ( UpnpActionComplete p,
const UpnpActionComplete q 
)

◆ UpnpActionComplete_clear_CtrlUrl()

void UpnpActionComplete_clear_CtrlUrl ( UpnpActionComplete p)

UpnpActionComplete_clear_CtrlUrl

References UpnpString_clear().

◆ UpnpActionComplete_delete()

void UpnpActionComplete_delete ( UpnpActionComplete p)

◆ UpnpActionComplete_dup()

UpnpActionComplete * UpnpActionComplete_dup ( const UpnpActionComplete p)

◆ UpnpActionComplete_get_ActionRequest()

IXML_Document * UpnpActionComplete_get_ActionRequest ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionRequest

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

◆ UpnpActionComplete_get_ActionResult()

IXML_Document * UpnpActionComplete_get_ActionResult ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionResult

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

◆ UpnpActionComplete_get_CtrlUrl()

const UpnpString * UpnpActionComplete_get_CtrlUrl ( const UpnpActionComplete p)

◆ UpnpActionComplete_get_CtrlUrl_cstr()

const char * UpnpActionComplete_get_CtrlUrl_cstr ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_cstr

References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_String().

◆ UpnpActionComplete_get_CtrlUrl_Length()

size_t UpnpActionComplete_get_CtrlUrl_Length ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_Length

References UpnpActionComplete_get_CtrlUrl(), and UpnpString_get_Length().

◆ UpnpActionComplete_get_ErrCode()

int UpnpActionComplete_get_ErrCode ( const UpnpActionComplete p)

UpnpActionComplete_get_ErrCode

Referenced by SampleUtil_PrintEvent(), and UpnpActionComplete_assign().

◆ UpnpActionComplete_new()

UpnpActionComplete * UpnpActionComplete_new ( )

◆ UpnpActionComplete_set_ActionRequest()

int UpnpActionComplete_set_ActionRequest ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionRequest

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

◆ UpnpActionComplete_set_ActionResult()

int UpnpActionComplete_set_ActionResult ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionResult

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

◆ UpnpActionComplete_set_CtrlUrl()

int UpnpActionComplete_set_CtrlUrl ( UpnpActionComplete p,
const UpnpString s 
)

UpnpActionComplete_set_CtrlUrl

References UpnpString_get_String(), and UpnpString_set_String().

Referenced by UpnpActionComplete_assign().

◆ UpnpActionComplete_set_ErrCode()

int UpnpActionComplete_set_ErrCode ( UpnpActionComplete p,
int  n 
)

UpnpActionComplete_set_ErrCode

Referenced by UpnpActionComplete_assign(), and UpnpThreadDistribution().

◆ UpnpActionComplete_strcpy_CtrlUrl()

int UpnpActionComplete_strcpy_CtrlUrl ( UpnpActionComplete p,
const char *  s 
)

UpnpActionComplete_strcpy_CtrlUrl

References UpnpString_set_String().

Referenced by UpnpThreadDistribution().

◆ UpnpActionComplete_strncpy_CtrlUrl()

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

UpnpActionComplete_strncpy_CtrlUrl

References UpnpString_set_StringN().