UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
UpnpActionComplete.cpp File Reference

Source file for UpnpActionComplete methods. More...

#include <UpnpActionComplete.hpp>
#include <stdlib.h>
#include <string.h>
+ Include dependency graph for UpnpActionComplete.cpp:

Go to the source code of this file.

Classes

struct  s_UpnpActionComplete
 UpnpActionComplete. More...
 

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.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpActionComplete.cpp.


Class Documentation

◆ s_UpnpActionComplete

struct s_UpnpActionComplete

UpnpActionComplete.

Definition at line 15 of file UpnpActionComplete.cpp.

+ Collaboration diagram for s_UpnpActionComplete:
Class Members
int m_ErrCode ErrCode.
UpnpString * m_CtrlUrl CtrlUrl.
IXML_Document * m_ActionRequest m_ActionRequest
IXML_Document * m_ActionResult m_ActionResult

Function Documentation

◆ UpnpActionComplete_new()

UpnpActionComplete * UpnpActionComplete_new ( void  )

Constructor

Definition at line 22 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpActionComplete_delete()

void UpnpActionComplete_delete ( UpnpActionComplete p)

Destructor

Definition at line 37 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpActionComplete_assign()

int UpnpActionComplete_assign ( UpnpActionComplete p,
const UpnpActionComplete q 
)

Assignment operator

Definition at line 52 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpActionComplete_dup()

UpnpActionComplete * UpnpActionComplete_dup ( const UpnpActionComplete p)

Copy Constructor

Definition at line 70 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpActionComplete_get_ErrCode()

int UpnpActionComplete_get_ErrCode ( const UpnpActionComplete p)

UpnpActionComplete_get_ErrCode

Definition at line 81 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_set_ErrCode()

int UpnpActionComplete_set_ErrCode ( UpnpActionComplete p,
int  n 
)

UpnpActionComplete_set_ErrCode

Definition at line 85 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_get_CtrlUrl()

const UpnpString * UpnpActionComplete_get_CtrlUrl ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl

Definition at line 91 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_set_CtrlUrl()

int UpnpActionComplete_set_CtrlUrl ( UpnpActionComplete p,
const UpnpString s 
)

UpnpActionComplete_set_CtrlUrl

Definition at line 95 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpActionComplete_get_CtrlUrl_Length()

size_t UpnpActionComplete_get_CtrlUrl_Length ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_Length

Definition at line 101 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpActionComplete_get_CtrlUrl_cstr()

const char * UpnpActionComplete_get_CtrlUrl_cstr ( const UpnpActionComplete p)

UpnpActionComplete_get_CtrlUrl_cstr

Definition at line 105 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpActionComplete_strcpy_CtrlUrl()

int UpnpActionComplete_strcpy_CtrlUrl ( UpnpActionComplete p,
const char *  s 
)

UpnpActionComplete_strcpy_CtrlUrl

Definition at line 109 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpnpActionComplete_strncpy_CtrlUrl()

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

UpnpActionComplete_strncpy_CtrlUrl

Definition at line 113 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpActionComplete_clear_CtrlUrl()

void UpnpActionComplete_clear_CtrlUrl ( UpnpActionComplete p)

UpnpActionComplete_clear_CtrlUrl

Definition at line 118 of file UpnpActionComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpActionComplete_get_ActionRequest()

IXML_Document * UpnpActionComplete_get_ActionRequest ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionRequest

Definition at line 123 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_set_ActionRequest()

int UpnpActionComplete_set_ActionRequest ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionRequest

Definition at line 127 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_get_ActionResult()

IXML_Document * UpnpActionComplete_get_ActionResult ( const UpnpActionComplete p)

UpnpActionComplete_get_ActionResult

Definition at line 135 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpActionComplete_set_ActionResult()

int UpnpActionComplete_set_ActionResult ( UpnpActionComplete p,
IXML_Document n 
)

UpnpActionComplete_set_ActionResult

Definition at line 139 of file UpnpActionComplete.cpp.

+ Here is the caller graph for this function: