class MUPnPAVDeviceObserver |
Defines the response interface for the device control operations of the UPnP AV Controller.
Public Member Functions | |
---|---|
void | UPnPDeviceDisappeared (const CUpnpAVDevice &) |
void | UPnPDeviceDiscovered (const CUpnpAVDevice &) |
void | WLANConnectionLost () |
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.
const CUpnpAVDevice & aDevice | CUpnpDevice object |
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.
const CUpnpAVDevice & aDevice | CUpnpDevice object |
void | WLANConnectionLost | ( | ) | [pure virtual] |
Notifies that the WLAN connection has been lost. All sessions are now usable and must be closed.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.