Location:
cs_subconevents.h
Link against: subconparams.lib
class CSubConGenEventParamsRejected : public CSubConNotificationEvent;
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.
Meta::SMetaDataECom
- No description.
CSubConNotificationEvent
- (No abstract)
CSubConGenEventParamsRejected
- Subconnection parameters rejected event
Defined in CSubConGenEventParamsRejected
:
CSubConGenEventParamsRejected()
, Error()
, FamilyId()
, GetAttribPtr()
, GetVDataTable()
, NewL()
, SetError()
, SetFamilyId()
, iError
, iFamilyId
, iVDataTable
, ~CSubConGenEventParamsRejected()
Inherited from CSubConNotificationEvent
:
GroupId()
,
Id()
,
IsGeneric()
static inline CSubConGenEventParamsRejected *NewL();
Creates a rejected parameter event sub-connection.
|
virtual ~CSubConGenEventParamsRejected();
Empty (virtual) sub-connection parameter rejected event destructor
inline void SetError(TInt aError);
Sets Error value.
|
inline TInt FamilyId() const;
Gets parameter family type.
|
inline void SetFamilyId(TInt aFamilyId);
Sets parameter family type.
|
protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;
|
protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;
|
|
protected: TInt iFamilyId;