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 &)

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

Parameters

TInt aLiveExpresses the advertisement type (ssdp:alive or ssdp:byebye)
CUpnpDeviceLibraryElement & anElementThe device to be advertised

DeviceListChangedL()

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