MUPnPAVDeviceObserver Class Reference

class MUPnPAVDeviceObserver

Defines the response interface for the device control operations of the UPnP AV Controller.

Since
Series 60 3.1

Member Functions Documentation

UPnPDeviceDisappeared(const CUpnpAVDevice &)

void UPnPDeviceDisappeared ( const CUpnpAVDevice & aDevice ) [pure virtual]

Notifies that a UPnP device was disappeared.

UPnPAVController releases the memory allocated for aDevice after calling the callback method.

Since
Series 60 3.1

Parameters

const CUpnpAVDevice & aDevice CUpnpDevice object

UPnPDeviceDiscovered(const CUpnpAVDevice &)

void UPnPDeviceDiscovered ( const CUpnpAVDevice & aDevice ) [pure virtual]

Notifies that a new UPnP device was discovered.

UPnPAVController releases the memory allocated for aDevice after calling the callback method.

Since
Series 60 3.1

Parameters

const CUpnpAVDevice & aDevice CUpnpDevice object

WLANConnectionLost()

void WLANConnectionLost ( ) [pure virtual]

Notifies that the WLAN connection has been lost. All sessions are now usable and must be closed.

Since
Series 60 3.1