Optional Tool APIs

The Linux SDK for UPnP Devices contains some additional, optional utility APIs that can be helpful in writing applications using the SDK. These additional APIs can be compiled out in order to save code size in the SDK. Refer to the README for details.

o UpnpResolveURL
UpnpResolveURL combines a base URL and a relative URL into a single absolute URL.
o UpnpMakeAction
UpnpMakeAction creates an action request packet based on its input parameters (status variable name and value pair).
o UpnpAddToAction
UpnpAddToAction creates an action request packet based on its input parameters (status variable name and value pair).
o UpnpMakeActionResponse
UpnpMakeActionResponse creates an action response packet based on its output parameters (status variable name and value pair).
o UpnpAddToActionResponse
UpnpAddToActionResponse creates an action response packet based on its output parameters (status variable name and value pair).
o UpnpAddToPropertySet
UpnpAddToPropertySet can be used when an application needs to transfer the status of many variables at once.
o UpnpCreatePropertySet
UpnpCreatePropertySet creates a property set message packet.
o UpnpGetErrorMessage
UpnpGetErrorMessage converts an SDK error code into a string error message suitable for display.

Alphabetic index



This page was generated with the help of DOC++.