Initialization and Registration


o UpnpInit
Initializes the Linux SDK for UPnP Devices.
o UpnpFinish
Terminates the Linux SDK for UPnP Devices.
o 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.
o 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.
o UpnpRegisterClient
UpnpRegisterClient registers a control point application with the SDK.
o UpnpRegisterRootDevice
UpnpRegisterRootDevice registers a device application with the SDK.
o UpnpRegisterRootDevice2
UpnpRegisterRootDevice2 is similar to UpnpRegisterRootDevice, except that it also allows the description document to be specified as a file or a memory buffer.
o UpnpUnRegisterClient
UpnpUnRegisterClient unregisters a control point application, unsubscribing all active subscriptions.
o UpnpUnRegisterRootDevice
Unregisters a root device registered with UpnpRegisterRootDevice or UpnpRegisterRootDevice2.
o UpnpSetContentLength
Sets the size of the receive buffer for incoming SOAP requests.

Alphabetic index



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