MUPnPAVDeviceObserver Class Reference

class MUPnPAVDeviceObserver

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

Since
Series 60 3.1
Public Member Functions
voidUPnPDeviceDisappeared(const CUpnpAVDevice &)
voidUPnPDeviceDiscovered(const CUpnpAVDevice &)
voidWLANConnectionLost()

Member Functions Documentation

UPnPDeviceDisappeared(const CUpnpAVDevice &)

voidUPnPDeviceDisappeared(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 & aDeviceCUpnpDevice object

UPnPDeviceDiscovered(const CUpnpAVDevice &)

voidUPnPDeviceDiscovered(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 & aDeviceCUpnpDevice object

WLANConnectionLost()

voidWLANConnectionLost()[pure virtual]

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

Since
Series 60 3.1