UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
anonymous_namespace{service_table.cpp} Namespace Reference

Functions

service_infogetServiceList (IXML_Node *node, service_info **end, char *URLBase)
 Returns pointer to service info after getting the sub-elements of the service info.
 
service_infogetAllServiceList (IXML_Node *node, char *URLBase, service_info **out_end)
 Returns pointer to service info after getting the sub-elements of the service info.
 

Function Documentation

◆ getServiceList()

service_info * anonymous_namespace{service_table.cpp}::getServiceList ( IXML_Node node,
service_info **  end,
char *  URLBase 
)

Returns pointer to service info after getting the sub-elements of the service info.

Note
Only available with the GENA module compiled in.
Returns
Pointer to the service info node.
Parameters
[in]nodeXML node information.
[out]endService added is returned to the output parameter.
[in]URLBaseProvides Base URL to resolve relative URL.

Definition at line 63 of file service_table.cpp.

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

◆ getAllServiceList()

service_info * anonymous_namespace{service_table.cpp}::getAllServiceList ( IXML_Node node,
char *  URLBase,
service_info **  out_end 
)

Returns pointer to service info after getting the sub-elements of the service info.

Note
Only available with the GENA module compiled in.
Returns
Service info.
Parameters
[in]nodeXML node information.
[in]URLBaseprovides Base URL to resolve relative URL.
[out]out_endService added is returned to the output parameter.

Definition at line 192 of file service_table.cpp.

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