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

Source file for SSDPResultData methods. More...

#include "SSDPResultData.hpp"
+ Include dependency graph for SSDPResultData.cpp:

Go to the source code of this file.

Classes

struct  s_SSDPResultData
 "protected" structure, addressable with typedef More...
 

Functions

SSDPResultDataSSDPResultData_new ()
 Constructor.
 
void SSDPResultData_delete (SSDPResultData *q)
 Destructor.
 
int SSDPResultData_assign (SSDPResultData *p, const SSDPResultData *q)
 Assignment operator.
 
SSDPResultDataSSDPResultData_dup (const SSDPResultData *q)
 Copy Constructor.
 
const UpnpDiscoverySSDPResultData_get_Param (const SSDPResultData *p)
 SSDPResultData_get_Param.
 
int SSDPResultData_set_Param (SSDPResultData *p, const UpnpDiscovery *s)
 SSDPResultData_set_Param.
 
void * SSDPResultData_get_Cookie (const SSDPResultData *p)
 SSDPResultData_get_Cookie.
 
int SSDPResultData_set_Cookie (SSDPResultData *p, void *n)
 SSDPResultData_set_Cookie.
 
Upnp_FunPtr SSDPResultData_get_CtrlptCallback (const SSDPResultData *p)
 SSDPResultData_get_CtrlptCallback.
 
int SSDPResultData_set_CtrlptCallback (SSDPResultData *p, Upnp_FunPtr n)
 SSDPResultData_set_CtrlptCallback.
 

Detailed Description

Source file for SSDPResultData methods.

Author
Marcelo Roberto Jimenez

Definition in file SSDPResultData.cpp.

Function Documentation

◆ SSDPResultData_delete()

void SSDPResultData_delete ( SSDPResultData q)

Destructor.

Definition at line 39 of file SSDPResultData.cpp.

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

◆ SSDPResultData_assign()

int SSDPResultData_assign ( SSDPResultData p,
const SSDPResultData q 
)

Assignment operator.

Definition at line 53 of file SSDPResultData.cpp.

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

◆ SSDPResultData_dup()

SSDPResultData * SSDPResultData_dup ( const SSDPResultData q)

Copy Constructor.

Definition at line 66 of file SSDPResultData.cpp.

+ Here is the call graph for this function:

◆ SSDPResultData_get_Param()

const UpnpDiscovery * SSDPResultData_get_Param ( const SSDPResultData p)

SSDPResultData_get_Param.

Definition at line 77 of file SSDPResultData.cpp.

+ Here is the caller graph for this function:

◆ SSDPResultData_set_Param()

int SSDPResultData_set_Param ( SSDPResultData p,
const UpnpDiscovery s 
)

SSDPResultData_set_Param.

Definition at line 81 of file SSDPResultData.cpp.

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

◆ SSDPResultData_get_Cookie()

void * SSDPResultData_get_Cookie ( const SSDPResultData p)

SSDPResultData_get_Cookie.

Definition at line 91 of file SSDPResultData.cpp.

+ Here is the caller graph for this function:

◆ SSDPResultData_set_Cookie()

int SSDPResultData_set_Cookie ( SSDPResultData p,
void *  n 
)

SSDPResultData_set_Cookie.

Definition at line 93 of file SSDPResultData.cpp.

+ Here is the caller graph for this function:

◆ SSDPResultData_get_CtrlptCallback()

Upnp_FunPtr SSDPResultData_get_CtrlptCallback ( const SSDPResultData p)

SSDPResultData_get_CtrlptCallback.

Definition at line 99 of file SSDPResultData.cpp.

+ Here is the caller graph for this function:

◆ SSDPResultData_set_CtrlptCallback()

int SSDPResultData_set_CtrlptCallback ( SSDPResultData p,
Upnp_FunPtr  n 
)

SSDPResultData_set_CtrlptCallback.

Definition at line 103 of file SSDPResultData.cpp.

+ Here is the caller graph for this function: