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

Source file for GenlibClientSubscription methods. More...

+ Include dependency graph for GenlibClientSubscription.cpp:

Go to the source code of this file.

Classes

struct  s_GenlibClientSubscription
 Genlib Client subscription. More...
 

Functions

GenlibClientSubscriptionGenlibClientSubscription_new ()
 
void GenlibClientSubscription_delete (GenlibClientSubscription *q)
 
int GenlibClientSubscription_assign (GenlibClientSubscription *p, const GenlibClientSubscription *q)
 
GenlibClientSubscriptionGenlibClientSubscription_dup (const GenlibClientSubscription *q)
 
int GenlibClientSubscription_get_RenewEventId (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_set_RenewEventId (GenlibClientSubscription *p, int n)
 
const UpnpStringGenlibClientSubscription_get_SID (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_set_SID (GenlibClientSubscription *p, const UpnpString *s)
 
size_t GenlibClientSubscription_get_SID_Length (const GenlibClientSubscription *p)
 
const char * GenlibClientSubscription_get_SID_cstr (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_strcpy_SID (GenlibClientSubscription *p, const char *s)
 
int GenlibClientSubscription_strncpy_SID (GenlibClientSubscription *p, const char *s, size_t n)
 
void GenlibClientSubscription_clear_SID (GenlibClientSubscription *p)
 
const UpnpStringGenlibClientSubscription_get_ActualSID (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_set_ActualSID (GenlibClientSubscription *p, const UpnpString *s)
 
size_t GenlibClientSubscription_get_ActualSID_Length (const GenlibClientSubscription *p)
 
const char * GenlibClientSubscription_get_ActualSID_cstr (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_strcpy_ActualSID (GenlibClientSubscription *p, const char *s)
 
int GenlibClientSubscription_strncpy_ActualSID (GenlibClientSubscription *p, const char *s, size_t n)
 
void GenlibClientSubscription_clear_ActualSID (GenlibClientSubscription *p)
 
const UpnpStringGenlibClientSubscription_get_EventURL (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_set_EventURL (GenlibClientSubscription *p, const UpnpString *s)
 
size_t GenlibClientSubscription_get_EventURL_Length (const GenlibClientSubscription *p)
 
const char * GenlibClientSubscription_get_EventURL_cstr (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_strcpy_EventURL (GenlibClientSubscription *p, const char *s)
 
int GenlibClientSubscription_strncpy_EventURL (GenlibClientSubscription *p, const char *s, size_t n)
 
void GenlibClientSubscription_clear_EventURL (GenlibClientSubscription *p)
 
GenlibClientSubscriptionGenlibClientSubscription_get_Next (const GenlibClientSubscription *p)
 
int GenlibClientSubscription_set_Next (GenlibClientSubscription *p, GenlibClientSubscription *n)
 

Detailed Description

Source file for GenlibClientSubscription methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file GenlibClientSubscription.cpp.


Class Documentation

◆ s_GenlibClientSubscription

struct s_GenlibClientSubscription

Genlib Client subscription.

Definition at line 18 of file GenlibClientSubscription.cpp.

+ Collaboration diagram for s_GenlibClientSubscription:
Class Members
int m_RenewEventId member variable
UpnpString * m_SID member variable
UpnpString * m_ActualSID member variable
UpnpString * m_EventURL member variable
GenlibClientSubscription * m_Next member variable

Function Documentation

◆ GenlibClientSubscription_new()

GenlibClientSubscription * GenlibClientSubscription_new ( )

Constructor

Definition at line 29 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_delete()

void GenlibClientSubscription_delete ( GenlibClientSubscription p)

Destructor

Definition at line 45 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_assign()

int GenlibClientSubscription_assign ( GenlibClientSubscription p,
const GenlibClientSubscription q 
)

Assignment operator

Definition at line 64 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_dup()

GenlibClientSubscription * GenlibClientSubscription_dup ( const GenlibClientSubscription p)

Copy Constructor

Definition at line 85 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_RenewEventId()

int GenlibClientSubscription_get_RenewEventId ( const GenlibClientSubscription p)

GenlibClientSubscription_get_RenewEventId

Definition at line 96 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_set_RenewEventId()

int GenlibClientSubscription_set_RenewEventId ( GenlibClientSubscription p,
int  n 
)

GenlibClientSubscription_set_RenewEventId

Definition at line 101 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_get_SID()

const UpnpString * GenlibClientSubscription_get_SID ( const GenlibClientSubscription p)

GenlibClientSubscription_get_SID

Definition at line 109 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_set_SID()

int GenlibClientSubscription_set_SID ( GenlibClientSubscription p,
const UpnpString s 
)

GenlibClientSubscription_set_SID

Definition at line 113 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_get_SID_Length()

size_t GenlibClientSubscription_get_SID_Length ( const GenlibClientSubscription p)

GenlibClientSubscription_get_SID_Length

Definition at line 121 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_SID_cstr()

const char * GenlibClientSubscription_get_SID_cstr ( const GenlibClientSubscription p)

GenlibClientSubscription_get_SID_cstr

Definition at line 126 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_strcpy_SID()

int GenlibClientSubscription_strcpy_SID ( GenlibClientSubscription p,
const char *  s 
)

GenlibClientSubscription_strcpy_SID

Definition at line 130 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_strncpy_SID()

int GenlibClientSubscription_strncpy_SID ( GenlibClientSubscription p,
const char *  s,
size_t  n 
)

GenlibClientSubscription_strncpy_SID

Definition at line 135 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_clear_SID()

void GenlibClientSubscription_clear_SID ( GenlibClientSubscription p)

GenlibClientSubscription_clear_SID

Definition at line 140 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_ActualSID()

const UpnpString * GenlibClientSubscription_get_ActualSID ( const GenlibClientSubscription p)

GenlibClientSubscription_get_ActualSID

Definition at line 145 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_set_ActualSID()

int GenlibClientSubscription_set_ActualSID ( GenlibClientSubscription p,
const UpnpString s 
)

GenlibClientSubscription_set_ActualSID

Definition at line 149 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_get_ActualSID_Length()

size_t GenlibClientSubscription_get_ActualSID_Length ( const GenlibClientSubscription p)

GenlibClientSubscription_get_ActualSID_Length

Definition at line 156 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_ActualSID_cstr()

const char * GenlibClientSubscription_get_ActualSID_cstr ( const GenlibClientSubscription p)

GenlibClientSubscription_get_ActualSID_cstr

Definition at line 162 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_strcpy_ActualSID()

int GenlibClientSubscription_strcpy_ActualSID ( GenlibClientSubscription p,
const char *  s 
)

GenlibClientSubscription_strcpy_ActualSID

Definition at line 166 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_strncpy_ActualSID()

int GenlibClientSubscription_strncpy_ActualSID ( GenlibClientSubscription p,
const char *  s,
size_t  n 
)

GenlibClientSubscription_strncpy_ActualSID

Definition at line 171 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_clear_ActualSID()

void GenlibClientSubscription_clear_ActualSID ( GenlibClientSubscription p)

GenlibClientSubscription_clear_ActualSID

Definition at line 176 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_EventURL()

const UpnpString * GenlibClientSubscription_get_EventURL ( const GenlibClientSubscription p)

GenlibClientSubscription_get_EventURL

Definition at line 181 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_set_EventURL()

int GenlibClientSubscription_set_EventURL ( GenlibClientSubscription p,
const UpnpString s 
)

GenlibClientSubscription_set_EventURL

Definition at line 185 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_get_EventURL_Length()

size_t GenlibClientSubscription_get_EventURL_Length ( const GenlibClientSubscription p)

GenlibClientSubscription_get_EventURL_Length

Definition at line 192 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_EventURL_cstr()

const char * GenlibClientSubscription_get_EventURL_cstr ( const GenlibClientSubscription p)

GenlibClientSubscription_get_EventURL_cstr

Definition at line 198 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_strcpy_EventURL()

int GenlibClientSubscription_strcpy_EventURL ( GenlibClientSubscription p,
const char *  s 
)

GenlibClientSubscription_strcpy_EventURL

Definition at line 202 of file GenlibClientSubscription.cpp.

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

◆ GenlibClientSubscription_strncpy_EventURL()

int GenlibClientSubscription_strncpy_EventURL ( GenlibClientSubscription p,
const char *  s,
size_t  n 
)

GenlibClientSubscription_strncpy_EventURL

Definition at line 207 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_clear_EventURL()

void GenlibClientSubscription_clear_EventURL ( GenlibClientSubscription p)

GenlibClientSubscription_clear_EventURL

Definition at line 212 of file GenlibClientSubscription.cpp.

+ Here is the call graph for this function:

◆ GenlibClientSubscription_get_Next()

GenlibClientSubscription * GenlibClientSubscription_get_Next ( const GenlibClientSubscription p)

GenlibClientSubscription_get_Next

Definition at line 217 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function:

◆ GenlibClientSubscription_set_Next()

int GenlibClientSubscription_set_Next ( GenlibClientSubscription p,
GenlibClientSubscription n 
)

GenlibClientSubscription_set_Next

Definition at line 221 of file GenlibClientSubscription.cpp.

+ Here is the caller graph for this function: