MUpnpDeviceLibraryObserver Class Reference

class MUpnpDeviceLibraryObserver

An interface from device library to Message Handler. This interface class presents two pure virtual functions that are required by device library.

Since
Series60 2.0

Member Functions Documentation

AdvertiseDeviceL(TInt, CUpnpDeviceLibraryElement &)

void AdvertiseDeviceL ( TInt aLive,
CUpnpDeviceLibraryElement & anElement
) [pure virtual]
A pure virtual function. Advertise a device (advertisement type selected depending on parameter aLive)
Since
Series60 2.0

Parameters

TInt aLive Expresses the advertisement type (ssdp:alive or ssdp:byebye)
CUpnpDeviceLibraryElement & anElement The device to be advertised

DeviceListChangedL()

void DeviceListChangedL ( ) [pure virtual]
A pure virtual function. Advertises the device list has changed.
Since
Series60 2.0