Location:
cs_subconevents.h
Link against: subconparams.lib
class CSubConGenEventParamsChanged : public CSubConGenEventParamsGranted;
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.
Meta::SMetaDataECom
- No description.
CSubConNotificationEvent
- (No abstract)
CSubConGenEventParamsGranted
- Subconnection parameters granted event
CSubConGenEventParamsChanged
- Subconnection parameters changed event
Defined in CSubConGenEventParamsChanged
:
CSubConGenEventParamsChanged()
, Error()
, GetAttribPtr()
, GetVDataTable()
, NewL()
, SetError()
, iError
, iVDataTable
, ~CSubConGenEventParamsChanged()
Inherited from CSubConGenEventParamsGranted
:
AddExtensionSetL()
,
GetExtensionSet()
,
GetFamily()
,
GetGenericSet()
,
GetNumExtensionSets()
,
SetFamily()
,
SetGenericSet()
,
iExtensionSets
,
iFamily
,
iGenericSet
Inherited from CSubConNotificationEvent
:
GroupId()
,
Id()
,
IsGeneric()
static inline CSubConGenEventParamsChanged *NewL();
Creates a changed parameter event sub-connection.
|
virtual ~CSubConGenEventParamsChanged();
Empty (virtual) sub-connection parameter changed event destructor
inline void SetError(TInt aError);
Sets Error value.
|
protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;
|
protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;
|
|
protected: TInt iError;