-
UpnpInit
- Initializes the Linux SDK for UPnP Devices.
-
UpnpFinish
- Terminates the Linux SDK for UPnP Devices.
-
UpnpGetServerPort
- If '0' is used as the port number in UpnpInit, then this function can be used to retrieve the actual port allocated to the SDK.
-
UpnpGetServerIpAddress
- If NULL is used as the IP address in UpnpInit, then this function can be used to retrieve the actual interface address on which device is running.
-
UpnpRegisterClient
- UpnpRegisterClient registers a control point application with the SDK.
-
UpnpRegisterRootDevice
- UpnpRegisterRootDevice registers a device application with the SDK.
-
UpnpRegisterRootDevice2
- UpnpRegisterRootDevice2 is similar to UpnpRegisterRootDevice, except that it also allows the description document to be specified as a file or a memory buffer.
-
UpnpUnRegisterClient
- UpnpUnRegisterClient unregisters a control point application, unsubscribing all active subscriptions.
-
UpnpUnRegisterRootDevice
- Unregisters a root device registered with UpnpRegisterRootDevice or UpnpRegisterRootDevice2.
-
UpnpSetContentLength
- OBSOLETE METHOD : use UpnpSetMaxContentLength instead.
-
UpnpSetMaxContentLength
- Sets the maximum content-length that the SDK will process on an incoming SOAP requests or responses.
Alphabetic index
This page was generated with the help of DOC++.