MUpnpDiscoveryObserver Class Reference

class MUpnpDiscoveryObserver

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

Public Member Functions
void DeviceFoundL ( CUpnpDevice &)
void DeviceLostL ( CUpnpDevice &)
const TDesC8 & Path ()

Member Functions Documentation

DeviceFoundL(CUpnpDevice &)

void DeviceFoundL ( CUpnpDevice & aDevice ) [pure virtual]

Device found

Parameters

CUpnpDevice & aDevice which has been found

DeviceLostL(CUpnpDevice &)

void DeviceLostL ( CUpnpDevice & aDevice ) [pure virtual]

Device lost

Parameters

CUpnpDevice & aDevice which 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.