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

Source file for UpnpEventSubscribe methods. More...

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

Go to the source code of this file.

Classes

struct  s_UpnpEventSubscribe
 s_UpnpEventSubscribe More...
 

Functions

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

Detailed Description

Source file for UpnpEventSubscribe methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpEventSubscribe.cpp.


Class Documentation

◆ s_UpnpEventSubscribe

struct s_UpnpEventSubscribe

s_UpnpEventSubscribe

Definition at line 16 of file UpnpEventSubscribe.cpp.

+ Collaboration diagram for s_UpnpEventSubscribe:
Class Members
int m_ErrCode

s_UpnpEventSubscribe

int m_TimeOut

s_UpnpEventSubscribe

UpnpString * m_SID

s_UpnpEventSubscribe

UpnpString * m_PublisherUrl

s_UpnpEventSubscribe

Function Documentation

◆ UpnpEventSubscribe_new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: