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

Header file for UpnpEventSubscribe methods. More...

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

Go to the source code of this file.

Typedefs

typedef struct s_UpnpEventSubscribe UpnpEventSubscribe
 

Functions

PUPNP_Api UpnpEventSubscribeUpnpEventSubscribe_new (void)
 
PUPNP_Api void UpnpEventSubscribe_delete (UpnpEventSubscribe *p)
 
PUPNP_Api UpnpEventSubscribeUpnpEventSubscribe_dup (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_assign (UpnpEventSubscribe *p, const UpnpEventSubscribe *q)
 
PUPNP_Api int UpnpEventSubscribe_get_ErrCode (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_set_ErrCode (UpnpEventSubscribe *p, int n)
 
PUPNP_Api int UpnpEventSubscribe_get_TimeOut (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_set_TimeOut (UpnpEventSubscribe *p, int n)
 
PUPNP_Api const UpnpStringUpnpEventSubscribe_get_SID (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_set_SID (UpnpEventSubscribe *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpEventSubscribe_get_SID_Length (const UpnpEventSubscribe *p)
 
PUPNP_Api const char * UpnpEventSubscribe_get_SID_cstr (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_strcpy_SID (UpnpEventSubscribe *p, const char *s)
 
PUPNP_Api int UpnpEventSubscribe_strncpy_SID (UpnpEventSubscribe *p, const char *s, size_t n)
 
PUPNP_Api void UpnpEventSubscribe_clear_SID (UpnpEventSubscribe *p)
 
PUPNP_Api const UpnpStringUpnpEventSubscribe_get_PublisherUrl (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_set_PublisherUrl (UpnpEventSubscribe *p, const UpnpString *s)
 
PUPNP_Api size_t UpnpEventSubscribe_get_PublisherUrl_Length (const UpnpEventSubscribe *p)
 
PUPNP_Api const char * UpnpEventSubscribe_get_PublisherUrl_cstr (const UpnpEventSubscribe *p)
 
PUPNP_Api int UpnpEventSubscribe_strcpy_PublisherUrl (UpnpEventSubscribe *p, const char *s)
 
PUPNP_Api int UpnpEventSubscribe_strncpy_PublisherUrl (UpnpEventSubscribe *p, const char *s, size_t n)
 
PUPNP_Api void UpnpEventSubscribe_clear_PublisherUrl (UpnpEventSubscribe *p)
 

Detailed Description

Header file for UpnpEventSubscribe methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpEventSubscribe.hpp.

Typedef Documentation

◆ UpnpEventSubscribe

UpnpEventSubscribe

Definition at line 17 of file UpnpEventSubscribe.hpp.

Function Documentation

◆ UpnpEventSubscribe_new()

PUPNP_Api UpnpEventSubscribe * UpnpEventSubscribe_new ( void  )

Constructor

Definition at line 26 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_delete()

PUPNP_Api void UpnpEventSubscribe_delete ( UpnpEventSubscribe p)

Destructor

Definition at line 41 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_dup()

PUPNP_Api UpnpEventSubscribe * UpnpEventSubscribe_dup ( const UpnpEventSubscribe p)

Copy Constructor

Definition at line 74 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_assign()

PUPNP_Api int UpnpEventSubscribe_assign ( UpnpEventSubscribe p,
const UpnpEventSubscribe q 
)

Assignment operator

Definition at line 57 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_get_ErrCode()

PUPNP_Api int UpnpEventSubscribe_get_ErrCode ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_ErrCode

Definition at line 85 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_set_ErrCode()

PUPNP_Api int UpnpEventSubscribe_set_ErrCode ( UpnpEventSubscribe p,
int  n 
)

UpnpEventSubscribe_set_ErrCode

Definition at line 89 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_get_TimeOut()

PUPNP_Api int UpnpEventSubscribe_get_TimeOut ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_TimeOut

Definition at line 95 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_set_TimeOut()

PUPNP_Api int UpnpEventSubscribe_set_TimeOut ( UpnpEventSubscribe p,
int  n 
)

UpnpEventSubscribe_set_TimeOut

Definition at line 99 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_get_SID()

PUPNP_Api const UpnpString * UpnpEventSubscribe_get_SID ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_SID

Definition at line 105 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_set_SID()

PUPNP_Api int UpnpEventSubscribe_set_SID ( UpnpEventSubscribe p,
const UpnpString s 
)

UpnpEventSubscribe_set_SID

Definition at line 109 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_get_SID_Length()

PUPNP_Api size_t UpnpEventSubscribe_get_SID_Length ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_SID_Length

Definition at line 115 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_get_SID_cstr()

PUPNP_Api const char * UpnpEventSubscribe_get_SID_cstr ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_SID_cstr

Definition at line 119 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_strcpy_SID()

PUPNP_Api int UpnpEventSubscribe_strcpy_SID ( UpnpEventSubscribe p,
const char *  s 
)

UpnpEventSubscribe_strcpy_SID

Definition at line 123 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_strncpy_SID()

PUPNP_Api int UpnpEventSubscribe_strncpy_SID ( UpnpEventSubscribe p,
const char *  s,
size_t  n 
)

UpnpEventSubscribe_strncpy_SID

Definition at line 127 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_clear_SID()

PUPNP_Api void UpnpEventSubscribe_clear_SID ( UpnpEventSubscribe p)

UpnpEventSubscribe_clear_SID

Definition at line 132 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_get_PublisherUrl()

PUPNP_Api const UpnpString * UpnpEventSubscribe_get_PublisherUrl ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_PublisherUrl

Definition at line 137 of file UpnpEventSubscribe.cpp.

+ Here is the caller graph for this function:

◆ UpnpEventSubscribe_set_PublisherUrl()

PUPNP_Api int UpnpEventSubscribe_set_PublisherUrl ( UpnpEventSubscribe p,
const UpnpString s 
)

UpnpEventSubscribe_set_PublisherUrl

Definition at line 141 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_get_PublisherUrl_Length()

PUPNP_Api size_t UpnpEventSubscribe_get_PublisherUrl_Length ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_PublisherUrl_Length

Definition at line 148 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_get_PublisherUrl_cstr()

PUPNP_Api const char * UpnpEventSubscribe_get_PublisherUrl_cstr ( const UpnpEventSubscribe p)

UpnpEventSubscribe_get_PublisherUrl_cstr

Definition at line 153 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_strcpy_PublisherUrl()

PUPNP_Api int UpnpEventSubscribe_strcpy_PublisherUrl ( UpnpEventSubscribe p,
const char *  s 
)

UpnpEventSubscribe_strcpy_PublisherUrl

Definition at line 157 of file UpnpEventSubscribe.cpp.

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

◆ UpnpEventSubscribe_strncpy_PublisherUrl()

PUPNP_Api int UpnpEventSubscribe_strncpy_PublisherUrl ( UpnpEventSubscribe p,
const char *  s,
size_t  n 
)

UpnpEventSubscribe_strncpy_PublisherUrl

Definition at line 162 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function:

◆ UpnpEventSubscribe_clear_PublisherUrl()

PUPNP_Api void UpnpEventSubscribe_clear_PublisherUrl ( UpnpEventSubscribe p)

UpnpEventSubscribe_clear_PublisherUrl

Definition at line 167 of file UpnpEventSubscribe.cpp.

+ Here is the call graph for this function: