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

Header file for UpnpStateVarRequest methods. More...

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

Go to the source code of this file.

Typedefs

typedef struct s_UpnpStateVarRequest UpnpStateVarRequest
 

Functions

PUPNP_Api UpnpStateVarRequestUpnpStateVarRequest_new (void)
 
PUPNP_Api void UpnpStateVarRequest_delete (UpnpStateVarRequest *p)
 
PUPNP_Api UpnpStateVarRequestUpnpStateVarRequest_dup (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_assign (UpnpStateVarRequest *p, const UpnpStateVarRequest *q)
 
PUPNP_Api int UpnpStateVarRequest_get_ErrCode (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_ErrCode (UpnpStateVarRequest *p, int n)
 
PUPNP_Api int UpnpStateVarRequest_get_Socket (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_Socket (UpnpStateVarRequest *p, int n)
 
PUPNP_Api const UpnpStringUpnpStateVarRequest_get_ErrStr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_ErrStr (UpnpStateVarRequest *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarRequest_get_ErrStr_Length (const UpnpStateVarRequest *p)
 
PUPNP_Api const char * UpnpStateVarRequest_get_ErrStr_cstr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_strcpy_ErrStr (UpnpStateVarRequest *p, const char *s)
 
PUPNP_Api int UpnpStateVarRequest_strncpy_ErrStr (UpnpStateVarRequest *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarRequest_clear_ErrStr (UpnpStateVarRequest *p)
 
PUPNP_Api const UpnpStringUpnpStateVarRequest_get_DevUDN (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_DevUDN (UpnpStateVarRequest *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarRequest_get_DevUDN_Length (const UpnpStateVarRequest *p)
 
PUPNP_Api const char * UpnpStateVarRequest_get_DevUDN_cstr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_strcpy_DevUDN (UpnpStateVarRequest *p, const char *s)
 
PUPNP_Api int UpnpStateVarRequest_strncpy_DevUDN (UpnpStateVarRequest *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarRequest_clear_DevUDN (UpnpStateVarRequest *p)
 
PUPNP_Api const UpnpStringUpnpStateVarRequest_get_ServiceID (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_ServiceID (UpnpStateVarRequest *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarRequest_get_ServiceID_Length (const UpnpStateVarRequest *p)
 
PUPNP_Api const char * UpnpStateVarRequest_get_ServiceID_cstr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_strcpy_ServiceID (UpnpStateVarRequest *p, const char *s)
 
PUPNP_Api int UpnpStateVarRequest_strncpy_ServiceID (UpnpStateVarRequest *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarRequest_clear_ServiceID (UpnpStateVarRequest *p)
 
PUPNP_Api const UpnpStringUpnpStateVarRequest_get_StateVarName (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_StateVarName (UpnpStateVarRequest *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpStateVarRequest_get_StateVarName_Length (const UpnpStateVarRequest *p)
 
PUPNP_Api const char * UpnpStateVarRequest_get_StateVarName_cstr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_strcpy_StateVarName (UpnpStateVarRequest *p, const char *s)
 
PUPNP_Api int UpnpStateVarRequest_strncpy_StateVarName (UpnpStateVarRequest *p, const char *s, size_t n)
 
PUPNP_Api void UpnpStateVarRequest_clear_StateVarName (UpnpStateVarRequest *p)
 
PUPNP_Api const struct sockaddr_storage * UpnpStateVarRequest_get_CtrlPtIPAddr (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_CtrlPtIPAddr (UpnpStateVarRequest *p, const struct sockaddr_storage *buf)
 
PUPNP_Api void UpnpStateVarRequest_clear_CtrlPtIPAddr (UpnpStateVarRequest *p)
 
PUPNP_Api const DOMString UpnpStateVarRequest_get_CurrentVal (const UpnpStateVarRequest *p)
 
PUPNP_Api int UpnpStateVarRequest_set_CurrentVal (UpnpStateVarRequest *p, const DOMString s)
 
PUPNP_Api const char * UpnpStateVarRequest_get_CurrentVal_cstr (const UpnpStateVarRequest *p)
 

Detailed Description

Header file for UpnpStateVarRequest methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpStateVarRequest.hpp.

Typedef Documentation

◆ UpnpStateVarRequest

UpnpStateVarRequest

Definition at line 20 of file UpnpStateVarRequest.hpp.

Function Documentation

◆ UpnpStateVarRequest_new()

PUPNP_Api UpnpStateVarRequest * UpnpStateVarRequest_new ( void  )

Constructor

Definition at line 33 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_delete()

PUPNP_Api void UpnpStateVarRequest_delete ( UpnpStateVarRequest p)

Destructor

Definition at line 52 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_dup()

PUPNP_Api UpnpStateVarRequest * UpnpStateVarRequest_dup ( const UpnpStateVarRequest p)

Copy Constructor

Definition at line 101 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_assign()

PUPNP_Api int UpnpStateVarRequest_assign ( UpnpStateVarRequest p,
const UpnpStateVarRequest q 
)

Assignment operator

Definition at line 75 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_ErrCode()

PUPNP_Api int UpnpStateVarRequest_get_ErrCode ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ErrCode

Definition at line 112 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_ErrCode()

PUPNP_Api int UpnpStateVarRequest_set_ErrCode ( UpnpStateVarRequest p,
int  n 
)

UpnpStateVarRequest_set_ErrCode

Definition at line 116 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_get_Socket()

PUPNP_Api int UpnpStateVarRequest_get_Socket ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_Socket

Definition at line 122 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_Socket()

PUPNP_Api int UpnpStateVarRequest_set_Socket ( UpnpStateVarRequest p,
int  n 
)

UpnpStateVarRequest_set_Socket

Definition at line 126 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_get_ErrStr()

PUPNP_Api const UpnpString * UpnpStateVarRequest_get_ErrStr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ErrStr

Definition at line 132 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_ErrStr()

PUPNP_Api int UpnpStateVarRequest_set_ErrStr ( UpnpStateVarRequest p,
const UpnpString s 
)

UpnpStateVarRequest_set_ErrStr

Definition at line 136 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_ErrStr_Length()

PUPNP_Api size_t UpnpStateVarRequest_get_ErrStr_Length ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ErrStr_Length

Definition at line 143 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_ErrStr_cstr()

PUPNP_Api const char * UpnpStateVarRequest_get_ErrStr_cstr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ErrStr_cstr

Definition at line 147 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_strcpy_ErrStr()

PUPNP_Api int UpnpStateVarRequest_strcpy_ErrStr ( UpnpStateVarRequest p,
const char *  s 
)

UpnpStateVarRequest_strcpy_ErrStr

Definition at line 151 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_strncpy_ErrStr()

PUPNP_Api int UpnpStateVarRequest_strncpy_ErrStr ( UpnpStateVarRequest p,
const char *  s,
size_t  n 
)

UpnpStateVarRequest_strncpy_ErrStr

Definition at line 155 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_clear_ErrStr()

PUPNP_Api void UpnpStateVarRequest_clear_ErrStr ( UpnpStateVarRequest p)

UpnpStateVarRequest_clear_ErrStr

Definition at line 160 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_DevUDN()

PUPNP_Api const UpnpString * UpnpStateVarRequest_get_DevUDN ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_DevUDN

Definition at line 164 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_DevUDN()

PUPNP_Api int UpnpStateVarRequest_set_DevUDN ( UpnpStateVarRequest p,
const UpnpString s 
)

UpnpStateVarRequest_set_DevUDN

Definition at line 168 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_DevUDN_Length()

PUPNP_Api size_t UpnpStateVarRequest_get_DevUDN_Length ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_DevUDN_Length

Definition at line 175 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_DevUDN_cstr()

PUPNP_Api const char * UpnpStateVarRequest_get_DevUDN_cstr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_DevUDN_cstr

Definition at line 179 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_strcpy_DevUDN()

PUPNP_Api int UpnpStateVarRequest_strcpy_DevUDN ( UpnpStateVarRequest p,
const char *  s 
)

UpnpStateVarRequest_strcpy_DevUDN

Definition at line 183 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_strncpy_DevUDN()

PUPNP_Api int UpnpStateVarRequest_strncpy_DevUDN ( UpnpStateVarRequest p,
const char *  s,
size_t  n 
)

UpnpStateVarRequest_strncpy_DevUDN

Definition at line 187 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_clear_DevUDN()

PUPNP_Api void UpnpStateVarRequest_clear_DevUDN ( UpnpStateVarRequest p)

UpnpStateVarRequest_clear_DevUDN

Definition at line 192 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_ServiceID()

PUPNP_Api const UpnpString * UpnpStateVarRequest_get_ServiceID ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ServiceID

Definition at line 197 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_ServiceID()

PUPNP_Api int UpnpStateVarRequest_set_ServiceID ( UpnpStateVarRequest p,
const UpnpString s 
)

UpnpStateVarRequest_set_ServiceID

Definition at line 201 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_ServiceID_Length()

PUPNP_Api size_t UpnpStateVarRequest_get_ServiceID_Length ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ServiceID_Length

Definition at line 208 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_ServiceID_cstr()

PUPNP_Api const char * UpnpStateVarRequest_get_ServiceID_cstr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_ServiceID_cstr

Definition at line 213 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_strcpy_ServiceID()

PUPNP_Api int UpnpStateVarRequest_strcpy_ServiceID ( UpnpStateVarRequest p,
const char *  s 
)

UpnpStateVarRequest_strcpy_ServiceID

Definition at line 217 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_strncpy_ServiceID()

PUPNP_Api int UpnpStateVarRequest_strncpy_ServiceID ( UpnpStateVarRequest p,
const char *  s,
size_t  n 
)

UpnpStateVarRequest_strncpy_ServiceID

Definition at line 222 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_clear_ServiceID()

PUPNP_Api void UpnpStateVarRequest_clear_ServiceID ( UpnpStateVarRequest p)

UpnpStateVarRequest_clear_ServiceID

Definition at line 227 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_StateVarName()

PUPNP_Api const UpnpString * UpnpStateVarRequest_get_StateVarName ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_StateVarName

Definition at line 232 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_StateVarName()

PUPNP_Api int UpnpStateVarRequest_set_StateVarName ( UpnpStateVarRequest p,
const UpnpString s 
)

UpnpStateVarRequest_set_StateVarName

Definition at line 236 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_StateVarName_Length()

PUPNP_Api size_t UpnpStateVarRequest_get_StateVarName_Length ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_StateVarName_Length

Definition at line 244 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_StateVarName_cstr()

PUPNP_Api const char * UpnpStateVarRequest_get_StateVarName_cstr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_StateVarName_cstr

Definition at line 249 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_strcpy_StateVarName()

PUPNP_Api int UpnpStateVarRequest_strcpy_StateVarName ( UpnpStateVarRequest p,
const char *  s 
)

UpnpStateVarRequest_strcpy_StateVarName

Definition at line 253 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_strncpy_StateVarName()

PUPNP_Api int UpnpStateVarRequest_strncpy_StateVarName ( UpnpStateVarRequest p,
const char *  s,
size_t  n 
)

UpnpStateVarRequest_strncpy_StateVarName

Definition at line 258 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_clear_StateVarName()

PUPNP_Api void UpnpStateVarRequest_clear_StateVarName ( UpnpStateVarRequest p)

UpnpStateVarRequest_clear_StateVarName

Definition at line 263 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpStateVarRequest_get_CtrlPtIPAddr()

PUPNP_Api const struct sockaddr_storage * UpnpStateVarRequest_get_CtrlPtIPAddr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_CtrlPtIPAddr

Definition at line 268 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_CtrlPtIPAddr()

PUPNP_Api int UpnpStateVarRequest_set_CtrlPtIPAddr ( UpnpStateVarRequest p,
const struct sockaddr_storage *  buf 
)

UpnpStateVarRequest_set_CtrlPtIPAddr

Definition at line 272 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_clear_CtrlPtIPAddr()

PUPNP_Api void UpnpStateVarRequest_clear_CtrlPtIPAddr ( UpnpStateVarRequest p)

UpnpStateVarRequest_clear_CtrlPtIPAddr

Definition at line 279 of file UpnpStateVarRequest.cpp.

◆ UpnpStateVarRequest_get_CurrentVal()

PUPNP_Api const DOMString UpnpStateVarRequest_get_CurrentVal ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_CurrentVal

Definition at line 284 of file UpnpStateVarRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpStateVarRequest_set_CurrentVal()

PUPNP_Api int UpnpStateVarRequest_set_CurrentVal ( UpnpStateVarRequest p,
const DOMString  s 
)

UpnpStateVarRequest_set_CurrentVal

Definition at line 288 of file UpnpStateVarRequest.cpp.

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

◆ UpnpStateVarRequest_get_CurrentVal_cstr()

PUPNP_Api const char * UpnpStateVarRequest_get_CurrentVal_cstr ( const UpnpStateVarRequest p)

UpnpStateVarRequest_get_CurrentVal_cstr

Definition at line 300 of file UpnpStateVarRequest.cpp.

+ Here is the call graph for this function: