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
OBSOLETE METHOD : use UpnpSetMaxContentLength instead.
o 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++.