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

Header file for UpnpActionComplete methods. More...

#include <UpnpString.hpp>
#include <ixml/ixml.hpp>
+ Include dependency graph for UpnpActionComplete.hpp:
+ 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

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

Detailed Description

Header file for UpnpActionComplete methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpActionComplete.hpp.

Typedef Documentation

◆ UpnpActionComplete

UpnpActionComplete

Definition at line 17 of file UpnpActionComplete.hpp.

Function Documentation

◆ UpnpActionComplete_new()

PUPNP_Api 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()

PUPNP_Api 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_dup()

PUPNP_Api 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_assign()

PUPNP_Api 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_get_ErrCode()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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()

PUPNP_Api 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: