#include <cs_subconevents.h>
class CSubConGenEventParamsChanged : public CSubConGenEventParamsGranted |
Protected Attributes | |
---|---|
DATA_VTABLE TInt | iError |
Public Member Functions | |
---|---|
CSubConGenEventParamsChanged() | |
virtual | ~CSubConGenEventParamsChanged() |
TInt | Error() |
CSubConGenEventParamsChanged * | NewL() |
void | SetError(TInt) |
Inherited Attributes | |
---|---|
CSubConGenEventParamsGranted::iExtensionSets | |
CSubConGenEventParamsGranted::iFamily | |
CSubConGenEventParamsGranted::iGenericSet |
Subconnection parameters changed event.
Provides an interface for changed parameters event. This event will contain only error code i.e, the reason for changing already negotiated parameters.
This event occurs when the properties of a parameter family has been renegotiated due to some event on the network. It is not sent in response to a request to change the properties. The change could be the result of an error or just that the level of QoS has improved/worsened. If a new set of parameters are available they'll be presented as with the CSubConGenEventParamsGranted event.
The error status is presented via the Error() method.
since v9.1
CSubConGenEventParamsChanged | ( | ) | [inline] |
Empty CSubConGenEventParamsChanged constructor
CSubConGenEventParamsChanged * | NewL | ( | ) | [static, inline] |
Reimplemented from CSubConGenEventParamsGranted::NewL()
Creates a changed parameter event sub-connection.
Returns: CSubConGenEventParamsChanged pointer if successful, otherwise leaves with system error code.