CSubConAuthorisationGenericParamSet Class Reference

#include <cs_subconparams.h>

Link against: iptransportimpl.lib

class CSubConAuthorisationGenericParamSet : public CSubConGenericParameterSet

Inherits from

Detailed Description

Authorisation generic parameter set.

This class contains authorization generic parameters.

Note:

SMetaDataECom must be the first in the superclasses' list since v9.1

Member Attribute Documentation

iId

DATA_VTABLE TIntiId[protected]

Member Enumeration Documentation

Enum anonymous

EnumeratorValueDescription
EUidKSubConnGenericParamsImplUid
ETypeKSubConnAuthorisationGenericParamsType

Constructor & Destructor Documentation

CSubConAuthorisationGenericParamSet ( )

CSubConAuthorisationGenericParamSet()[inline]

Member Function Documentation

GetId ( )

TInt GetId()const [inline]

Gets Id of Authorisation Parameter set.

Returns: Id of Authorisation Parameter set.

NewL ( CSubConParameterFamily &, CSubConParameterFamily::TParameterSetType )

Creates a generic Authorisation family parameterset.

Note: The aFamily parameter that is passed into this method will take ownership of the newly created CSubConAuthorisationGenericParamSet object. When the family is destroyed, this parameter set object will also be destroyed (along with any other parameter sets owned by the family).

ParameterDescription
aFamilyparameter sets.
aTypeparameter type (Requested/Acceptable/Granted)

Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.

NewL ( RParameterFamily &, RParameterFamily::TParameterSetType )

Creates a generic Authorisation family parameterset.

Note: The aFamily parameter that is passed into this method will take ownership of the newly created CSubConAuthorisationGenericParamSet object. When the family is destroyed, this parameter set object will also be destroyed (along with any other parameter sets owned by the family).

ParameterDescription
aFamilyparameter sets.
aTypeparameter type (Requested/Acceptable/Granted)

Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.

NewL ( )

CSubConAuthorisationGenericParamSet *NewL()[static, inline]

Creates a generic Authorisation family parameterset.

Returns: a CSubConAuthorisationGenericParamSet object pointer if successful, otherwise leaves with a system error code.

SetId ( TInt )

voidSetId(TInt)[inline]

Sets Id of Authorisation Parameter set.

ParameterDescription
Id of Authorisation Parameter set.