class CQoSGetEvent : public CQoSEventBase |
Class for EQoSEventGetPolicy event whereby a QoS policy was searched from the QoS policy database
Public Member Functions | |
---|---|
CQoSGetEvent(CQoSParameters *, TInt) | |
IMPORT_C CQoSParameters * | Parameters() |
IMPORT_C TInt | Reason() |
Private Attributes | |
---|---|
CQoSParameters * | iParameters |
TInt | iReason |
IMPORT_C | CQoSGetEvent | ( | 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.