#include <cs_subconevents.h>
class CSubConGenEventParamsRejected : public CSubConNotificationEvent |
Protected Attributes | |
---|---|
DATA_VTABLE TInt | iError |
TInt | iFamilyId |
Public Member Functions | |
---|---|
CSubConGenEventParamsRejected() | |
virtual | ~CSubConGenEventParamsRejected() |
TInt | Error() |
TInt | FamilyId() |
CSubConGenEventParamsRejected * | NewL() |
void | SetError(TInt) |
void | SetFamilyId(TInt) |
Subconnection parameters rejected event.
Provides an interface for rejected parameters event. This event will occur if the negotiation with the network has failed for some reason. It will contain the family type for which rejected event is generated & corresponding error code i.e, the reason for rejecting the parameter set.
Notification of this event occurs after a request to SetParameters() has been made and negotiation with the network has failed for some reason. It could be an error within the handset software/configuration, or that the network could not provide the acceptable (minimum) level of QoS. The reason for failure and the parameter family are presented by the accessor methods Error() and FamilyId(). Like the CSubConGenEventParamsGranted event, a notification for CSubConGenEventParamsRejected is received for each family in the parameter bundle that could not be negotiated successfully.
The following operations are also provided:
Error()/SetError() - Accessor function for error value. FamilyId()/SetFamilyId() - Accessor function for family parameter type.
since v9.1
DATA_VTABLE TInt | iError | [protected] |
TInt | iFamilyId | [protected] |
CSubConGenEventParamsRejected | ( | ) | [inline] |
Empty CSubConGenEventParamsRejected constructor
~CSubConGenEventParamsRejected | ( | ) | [virtual] |
CSubConGenEventParamsRejected * | NewL | ( | ) | [static, inline] |
Creates a rejected parameter event sub-connection.
void | SetFamilyId | ( | TInt | aFamilyId | ) | [inline] |
Sets parameter family type.
Parameters | |
---|---|
aFamilyId | parameter family type. |