MUpnpDiscoveryObserver Class Reference

class MUpnpDiscoveryObserver

This interface class is used to provide an interface from dispather to its users.

Public Member Functions
voidDeviceFoundL(CUpnpDevice &)
voidDeviceLostL(CUpnpDevice &)
const TDesC8 &Path()

Member Functions Documentation

DeviceFoundL(CUpnpDevice &)

voidDeviceFoundL(CUpnpDevice &aDevice)[pure virtual]

Device found

Parameters

CUpnpDevice & aDevicewhich has been found

DeviceLostL(CUpnpDevice &)

voidDeviceLostL(CUpnpDevice &aDevice)[pure virtual]

Device lost

Parameters

CUpnpDevice & aDevicewhich has been lost

Path()

const TDesC8 &Path()[pure virtual]

This function is used by dispatcher to get the path of the messages coming to this dispatcher.