| class CQoSAdaptEvent : public CQoSEventBase |
Class for EQoSEventAdapt event whereby the QoS parameters have changed
| Public Member Functions | |
|---|---|
| CQoSAdaptEvent ( CQoSParameters &, TInt ) | |
| IMPORT_C CQoSParameters * | Parameters () |
| IMPORT_C TInt | Reason () |
| Private Attributes | |
|---|---|
| CQoSParameters * | iParameters |
| TInt | iReason |
| IMPORT_C | CQoSAdaptEvent | ( | CQoSParameters & | aParameters, |
| TInt | aReason | |||
| ) | ||||
Constructor. Sets the QoS parameters and reason code.
Constructor.
Sets the QoS parameters and reason code.
The class takes a reference to the CQoSParameters argument, so the caller must keep that argument in scope whilst this class is being used.
| CQoSParameters & aParameters | QoS parameters. |
| TInt aReason | Reason code specifies the success or failure of the request. |
| IMPORT_C CQoSParameters * | Parameters | ( | ) | const |
Returns the QoS parameters.
Gets the QoS parameters.
| IMPORT_C TInt | Reason | ( | ) | const |
Returns the reason code. Reason code specifies the success or failure of the request.
Gets the reason code.
Reason code specifies the success or failure of the request.
| CQoSParameters * | iParameters | [private] |
The address of the CQoSParameters parameter supplied during construction.
| TInt | iReason | [private] |
The reason code that specifies the success or failure of the request.
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.