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

Header file for UpnpStateVarComplete methods. More...

#include <UpnpString.hpp>
#include <ixml/ixml.hpp>
+ Include dependency graph for UpnpStateVarComplete.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct s_UpnpStateVarComplete UpnpStateVarComplete
 

Functions

PUPNP_Api UpnpStateVarCompleteUpnpStateVarComplete_new (void)
 
PUPNP_Api void UpnpStateVarComplete_delete (UpnpStateVarComplete *p)
 
PUPNP_Api UpnpStateVarCompleteUpnpStateVarComplete_dup (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_assign (UpnpStateVarComplete *p, const UpnpStateVarComplete *q)
 
PUPNP_Api int UpnpStateVarComplete_get_ErrCode (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_set_ErrCode (UpnpStateVarComplete *p, int n)
 
PUPNP_Api const UpnpStringUpnpStateVarComplete_get_CtrlUrl (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_set_CtrlUrl (UpnpStateVarComplete *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarComplete_get_CtrlUrl_Length (const UpnpStateVarComplete *p)
 
PUPNP_Api const char * UpnpStateVarComplete_get_CtrlUrl_cstr (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_strcpy_CtrlUrl (UpnpStateVarComplete *p, const char *s)
 
PUPNP_Api int UpnpStateVarComplete_strncpy_CtrlUrl (UpnpStateVarComplete *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarComplete_clear_CtrlUrl (UpnpStateVarComplete *p)
 
PUPNP_Api const UpnpStringUpnpStateVarComplete_get_StateVarName (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_set_StateVarName (UpnpStateVarComplete *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarComplete_get_StateVarName_Length (const UpnpStateVarComplete *p)
 
PUPNP_Api const char * UpnpStateVarComplete_get_StateVarName_cstr (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_strcpy_StateVarName (UpnpStateVarComplete *p, const char *s)
 
PUPNP_Api int UpnpStateVarComplete_strncpy_StateVarName (UpnpStateVarComplete *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarComplete_clear_StateVarName (UpnpStateVarComplete *p)
 
PUPNP_Api const DOMString UpnpStateVarComplete_get_CurrentVal (const UpnpStateVarComplete *p)
 
PUPNP_Api int UpnpStateVarComplete_set_CurrentVal (UpnpStateVarComplete *p, const DOMString s)
 
PUPNP_Api const char * UpnpStateVarComplete_get_CurrentVal_cstr (const UpnpStateVarComplete *p)
 

Detailed Description

Header file for UpnpStateVarComplete methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpStateVarComplete.hpp.

Typedef Documentation

◆ UpnpStateVarComplete

UpnpStateVarComplete

Definition at line 22 of file UpnpStateVarComplete.hpp.

Function Documentation

◆ UpnpStateVarComplete_new()

PUPNP_Api UpnpStateVarComplete * UpnpStateVarComplete_new ( void  )

Constructor

Definition at line 26 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_delete()

PUPNP_Api void UpnpStateVarComplete_delete ( UpnpStateVarComplete p)

Destructor

Definition at line 41 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_dup()

PUPNP_Api UpnpStateVarComplete * UpnpStateVarComplete_dup ( const UpnpStateVarComplete p)

Copy Constructor

Definition at line 76 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_assign()

PUPNP_Api int UpnpStateVarComplete_assign ( UpnpStateVarComplete p,
const UpnpStateVarComplete q 
)

Assignment operator

Definition at line 58 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_ErrCode()

PUPNP_Api int UpnpStateVarComplete_get_ErrCode ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_ErrCode

Definition at line 87 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_ErrCode()

PUPNP_Api int UpnpStateVarComplete_set_ErrCode ( UpnpStateVarComplete p,
int  n 
)

UpnpStateVarComplete_set_ErrCode

Definition at line 91 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_get_CtrlUrl()

PUPNP_Api const UpnpString * UpnpStateVarComplete_get_CtrlUrl ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl

Definition at line 98 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_CtrlUrl()

PUPNP_Api int UpnpStateVarComplete_set_CtrlUrl ( UpnpStateVarComplete p,
const UpnpString s 
)

UpnpStateVarComplete_set_CtrlUrl

Definition at line 102 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_CtrlUrl_Length()

PUPNP_Api size_t UpnpStateVarComplete_get_CtrlUrl_Length ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl_Length

Definition at line 109 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_CtrlUrl_cstr()

PUPNP_Api const char * UpnpStateVarComplete_get_CtrlUrl_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CtrlUrl_cstr

Definition at line 114 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_strcpy_CtrlUrl()

PUPNP_Api int UpnpStateVarComplete_strcpy_CtrlUrl ( UpnpStateVarComplete p,
const char *  s 
)

UpnpStateVarComplete_strcpy_CtrlUrl

Definition at line 118 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_strncpy_CtrlUrl()

PUPNP_Api int UpnpStateVarComplete_strncpy_CtrlUrl ( UpnpStateVarComplete p,
const char *  s,
size_t  n 
)

UpnpStateVarComplete_strncpy_CtrlUrl

Definition at line 123 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_clear_CtrlUrl()

PUPNP_Api void UpnpStateVarComplete_clear_CtrlUrl ( UpnpStateVarComplete p)

UpnpStateVarComplete_clear_CtrlUrl

Definition at line 128 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_StateVarName()

PUPNP_Api const UpnpString * UpnpStateVarComplete_get_StateVarName ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName

Definition at line 133 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_StateVarName()

PUPNP_Api int UpnpStateVarComplete_set_StateVarName ( UpnpStateVarComplete p,
const UpnpString s 
)

UpnpStateVarComplete_set_StateVarName

Definition at line 137 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_StateVarName_Length()

PUPNP_Api size_t UpnpStateVarComplete_get_StateVarName_Length ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName_Length

Definition at line 145 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_StateVarName_cstr()

PUPNP_Api const char * UpnpStateVarComplete_get_StateVarName_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_StateVarName_cstr

Definition at line 150 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_strcpy_StateVarName()

PUPNP_Api int UpnpStateVarComplete_strcpy_StateVarName ( UpnpStateVarComplete p,
const char *  s 
)

UpnpStateVarComplete_strcpy_StateVarName

Definition at line 154 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_strncpy_StateVarName()

PUPNP_Api int UpnpStateVarComplete_strncpy_StateVarName ( UpnpStateVarComplete p,
const char *  s,
size_t  n 
)

UpnpStateVarComplete_strncpy_StateVarName

Definition at line 159 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_clear_StateVarName()

PUPNP_Api void UpnpStateVarComplete_clear_StateVarName ( UpnpStateVarComplete p)

UpnpStateVarComplete_clear_StateVarName

Definition at line 164 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarComplete_get_CurrentVal()

PUPNP_Api const DOMString UpnpStateVarComplete_get_CurrentVal ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CurrentVal

Definition at line 169 of file UpnpStateVarComplete.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarComplete_set_CurrentVal()

PUPNP_Api int UpnpStateVarComplete_set_CurrentVal ( UpnpStateVarComplete p,
const DOMString  s 
)

UpnpStateVarComplete_set_CurrentVal

Definition at line 173 of file UpnpStateVarComplete.cpp.

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

◆ UpnpStateVarComplete_get_CurrentVal_cstr()

PUPNP_Api const char * UpnpStateVarComplete_get_CurrentVal_cstr ( const UpnpStateVarComplete p)

UpnpStateVarComplete_get_CurrentVal_cstr

Definition at line 185 of file UpnpStateVarComplete.cpp.

+ Here is the call graph for this function: