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

Source file for UpnpSubscriptionRequest methods. More...

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

Go to the source code of this file.

Classes

struct  s_UpnpSubscriptionRequest
 s_UpnpSubscriptionRequest More...
 

Functions

UpnpSubscriptionRequestUpnpSubscriptionRequest_new ()
 
void UpnpSubscriptionRequest_delete (UpnpSubscriptionRequest *q)
 
int UpnpSubscriptionRequest_assign (UpnpSubscriptionRequest *p, const UpnpSubscriptionRequest *q)
 
UpnpSubscriptionRequestUpnpSubscriptionRequest_dup (const UpnpSubscriptionRequest *q)
 
const UpnpStringUpnpSubscriptionRequest_get_ServiceId (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_set_ServiceId (UpnpSubscriptionRequest *p, const UpnpString *s)
 
size_t UpnpSubscriptionRequest_get_ServiceId_Length (const UpnpSubscriptionRequest *p)
 
const char * UpnpSubscriptionRequest_get_ServiceId_cstr (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_strcpy_ServiceId (UpnpSubscriptionRequest *p, const char *s)
 
int UpnpSubscriptionRequest_strncpy_ServiceId (UpnpSubscriptionRequest *p, const char *s, size_t n)
 
void UpnpSubscriptionRequest_clear_ServiceId (UpnpSubscriptionRequest *p)
 
const UpnpStringUpnpSubscriptionRequest_get_UDN (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_set_UDN (UpnpSubscriptionRequest *p, const UpnpString *s)
 
size_t UpnpSubscriptionRequest_get_UDN_Length (const UpnpSubscriptionRequest *p)
 
const char * UpnpSubscriptionRequest_get_UDN_cstr (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_strcpy_UDN (UpnpSubscriptionRequest *p, const char *s)
 
int UpnpSubscriptionRequest_strncpy_UDN (UpnpSubscriptionRequest *p, const char *s, size_t n)
 
void UpnpSubscriptionRequest_clear_UDN (UpnpSubscriptionRequest *p)
 
const UpnpStringUpnpSubscriptionRequest_get_SID (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_set_SID (UpnpSubscriptionRequest *p, const UpnpString *s)
 
size_t UpnpSubscriptionRequest_get_SID_Length (const UpnpSubscriptionRequest *p)
 
const char * UpnpSubscriptionRequest_get_SID_cstr (const UpnpSubscriptionRequest *p)
 
int UpnpSubscriptionRequest_strcpy_SID (UpnpSubscriptionRequest *p, const char *s)
 
int UpnpSubscriptionRequest_strncpy_SID (UpnpSubscriptionRequest *p, const char *s, size_t n)
 
void UpnpSubscriptionRequest_clear_SID (UpnpSubscriptionRequest *p)
 

Detailed Description

Source file for UpnpSubscriptionRequest methods.

Authors
Marcelo Roberto Jimenez, Ingo Höft

Definition in file UpnpSubscriptionRequest.cpp.


Class Documentation

◆ s_UpnpSubscriptionRequest

struct s_UpnpSubscriptionRequest
+ Collaboration diagram for s_UpnpSubscriptionRequest:
Class Members
UpnpString * m_ServiceId

s_UpnpSubscriptionRequest

UpnpString * m_UDN

s_UpnpSubscriptionRequest

UpnpString * m_SID

s_UpnpSubscriptionRequest

Function Documentation

◆ UpnpSubscriptionRequest_new()

UpnpSubscriptionRequest * UpnpSubscriptionRequest_new ( void  )

Constructor

Definition at line 25 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_delete()

void UpnpSubscriptionRequest_delete ( UpnpSubscriptionRequest p)

Destructor

Definition at line 39 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_assign()

int UpnpSubscriptionRequest_assign ( UpnpSubscriptionRequest p,
const UpnpSubscriptionRequest q 
)

Assignment operator

Definition at line 55 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_dup()

UpnpSubscriptionRequest * UpnpSubscriptionRequest_dup ( const UpnpSubscriptionRequest p)

Copy Constructor

Definition at line 72 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_ServiceId()

const UpnpString * UpnpSubscriptionRequest_get_ServiceId ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_ServiceId

Definition at line 84 of file UpnpSubscriptionRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpSubscriptionRequest_set_ServiceId()

int UpnpSubscriptionRequest_set_ServiceId ( UpnpSubscriptionRequest p,
const UpnpString s 
)

UpnpSubscriptionRequest_set_ServiceId

Definition at line 88 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_get_ServiceId_Length()

size_t UpnpSubscriptionRequest_get_ServiceId_Length ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_ServiceId_Length

Definition at line 96 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_ServiceId_cstr()

const char * UpnpSubscriptionRequest_get_ServiceId_cstr ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_ServiceId_cstr

Definition at line 101 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_strcpy_ServiceId()

int UpnpSubscriptionRequest_strcpy_ServiceId ( UpnpSubscriptionRequest p,
const char *  s 
)

UpnpSubscriptionRequest_strcpy_ServiceId

Definition at line 105 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_strncpy_ServiceId()

int UpnpSubscriptionRequest_strncpy_ServiceId ( UpnpSubscriptionRequest p,
const char *  s,
size_t  n 
)

UpnpSubscriptionRequest_strncpy_ServiceId

Definition at line 110 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_clear_ServiceId()

void UpnpSubscriptionRequest_clear_ServiceId ( UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_clear_ServiceId

Definition at line 115 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_UDN()

const UpnpString * UpnpSubscriptionRequest_get_UDN ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_UDN

Definition at line 120 of file UpnpSubscriptionRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpSubscriptionRequest_set_UDN()

int UpnpSubscriptionRequest_set_UDN ( UpnpSubscriptionRequest p,
const UpnpString s 
)

UpnpSubscriptionRequest_set_UDN

Definition at line 124 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_get_UDN_Length()

size_t UpnpSubscriptionRequest_get_UDN_Length ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_UDN_Length

Definition at line 132 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_UDN_cstr()

const char * UpnpSubscriptionRequest_get_UDN_cstr ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_UDN_cstr

Definition at line 137 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_strcpy_UDN()

int UpnpSubscriptionRequest_strcpy_UDN ( UpnpSubscriptionRequest p,
const char *  s 
)

UpnpSubscriptionRequest_strcpy_UDN

Definition at line 141 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_strncpy_UDN()

int UpnpSubscriptionRequest_strncpy_UDN ( UpnpSubscriptionRequest p,
const char *  s,
size_t  n 
)

UpnpSubscriptionRequest_strncpy_UDN

Definition at line 146 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_clear_UDN()

void UpnpSubscriptionRequest_clear_UDN ( UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_clear_UDN

Definition at line 151 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_SID()

const UpnpString * UpnpSubscriptionRequest_get_SID ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_SID

Definition at line 156 of file UpnpSubscriptionRequest.cpp.

+ Here is the caller graph for this function:

◆ UpnpSubscriptionRequest_set_SID()

int UpnpSubscriptionRequest_set_SID ( UpnpSubscriptionRequest p,
const UpnpString s 
)

UpnpSubscriptionRequest_set_SID

Definition at line 160 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_get_SID_Length()

size_t UpnpSubscriptionRequest_get_SID_Length ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_SID_Length

Definition at line 168 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_get_SID_cstr()

const char * UpnpSubscriptionRequest_get_SID_cstr ( const UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_get_SID_cstr

Definition at line 173 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_strcpy_SID()

int UpnpSubscriptionRequest_strcpy_SID ( UpnpSubscriptionRequest p,
const char *  s 
)

UpnpSubscriptionRequest_strcpy_SID

Definition at line 177 of file UpnpSubscriptionRequest.cpp.

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

◆ UpnpSubscriptionRequest_strncpy_SID()

int UpnpSubscriptionRequest_strncpy_SID ( UpnpSubscriptionRequest p,
const char *  s,
size_t  n 
)

UpnpSubscriptionRequest_strncpy_SID

Definition at line 182 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function:

◆ UpnpSubscriptionRequest_clear_SID()

void UpnpSubscriptionRequest_clear_SID ( UpnpSubscriptionRequest p)

UpnpSubscriptionRequest_clear_SID

Definition at line 187 of file UpnpSubscriptionRequest.cpp.

+ Here is the call graph for this function: