#include <es_sock.h>
Link against: esock.lib
class CSubConParameterFamily : public CBase |
Protected Attributes | |
---|---|
RMetaDataEComContainer | iExtensionSets |
Public Member Enumerations | |
---|---|
enum | TParameterSetType { ERequested, EAcceptable, EGranted, ENumValues } |
Public Member Functions | |
---|---|
virtual | ~CSubConParameterFamily() |
IMPORT_C void | AddExtensionSetL(CSubConExtensionParameterSet &, TParameterSetType) |
IMPORT_C void | ClearAllParameters(TParameterSetType) |
void | CopyFromFamilyL(RParameterFamily &) |
void | CopyToFamilyL(RParameterFamily &) |
IMPORT_C CSubConExtensionParameterSet * | FindExtensionSet(TUid, TParameterSetType) |
IMPORT_C CSubConExtensionParameterSet * | FindExtensionSet(STypeId, TParameterSetType) |
IMPORT_C CSubConGenericParameterSet * | GetGenericSet(TParameterSetType) |
TUint32 | Id() |
IMPORT_C TUint | Length() |
IMPORT_C TInt | Load(TPtrC8 &) |
IMPORT_C CSubConParameterFamily * | LoadL(RSubConParameterBundle &, TPtrC8 &) |
IMPORT_C CSubConParameterFamily * | LoadL(CSubConParameterBundle &, TPtrC8 &) |
IMPORT_C CSubConParameterFamily * | NewL(RSubConParameterBundle &, TUint32) |
IMPORT_C CSubConParameterFamily * | NewL(CSubConParameterBundle &, TUint32) |
IMPORT_C void | SetGenericSetL(CSubConGenericParameterSet &, TParameterSetType) |
IMPORT_C TInt | Store(TDes8 &) |
Protected Member Functions | |
---|---|
CSubConParameterFamily(TUint32) | |
IMPORT_C void | ConstructL(RSubConParameterBundle &) |
IMPORT_C void | ConstructL(CSubConParameterBundle &) |
IMPORT_C TInt32 | ExtractFamilyAndCreateBufferL(TPtrC8 &, TPtrC8 &) |
Container of RSubConnection parameter sets.
For each Parameter Type (Requested, Acceptable and Granted) it contains one generic and 0..N extended parameter sets.
Note: a CSubConParameterBundle or RSubConParameterBundle object can take ownership of a CSubConParameterFamily object, in this case, when the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
THIS API IS DEPRECATED IN FAVOUR OF RParameterFamily
Deprecatedsince v9.6
RMetaDataEComContainer | iExtensionSets | [protected] |
Enumerator | Value | Description |
---|---|---|
ERequested | 0 | |
EAcceptable | 1 | |
EGranted | 2 | |
ENumValues | 3 |
IMPORT_C | CSubConParameterFamily | ( | TUint32 | aFamilyId | ) | [protected, explicit] |
Empty sub-connection parameter family constructor
Parameters | |
---|---|
aFamilyId | identifier for the specific family type, currently only 4, QoS (KSubConQoSFamily),Authorisation (KSubConAuthorisationFamily), CallDescrParams (KSubConnCallDescrParamsFamily) and ContextDescrParams (KSubConnContextDescrParamsFamily), are defined. |
IMPORT_C | ~CSubConParameterFamily | ( | ) | [virtual] |
Sub-connection parameter family destructor. It cleans up the arrays deleting all the paarmeter sets it ownes
IMPORT_C void | AddExtensionSetL | ( | CSubConExtensionParameterSet & | aExtensionSet, |
TParameterSetType | aType | |||
) |
Adds an extension parameter set to a sub-connection parameter set family.
Note: The CSubConParameterFamily object takes ownership of the parameter set that is passed into this method. When the family object is destroyed, any parameter sets owned by this object will also be destroyed.
leaves |
with KErrNoMemory in out of memeory conditions. |
Parameters | |
---|---|
aExtensionSet | Extension Parameter Set to be added to the family (family takes ownership) |
aType | The type of the set (requested, acceptable or granted) |
IMPORT_C void | ClearAllParameters | ( | TParameterSetType | aType | ) |
Clears (removes and deletes) all parameter sets with the type specified
Parameters | |
---|---|
aType | The type of the set to be deleted(requested, acceptable or granted) |
IMPORT_C void | ConstructL | ( | RSubConParameterBundle & | aBundle | ) | [protected] |
Set up the sub-connection family with empty sets
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
leaves |
with KErrNoMemory in out of memory conditions |
Parameters | |
---|---|
aBundle | Bundle (container) the family is to be added to |
IMPORT_C void | ConstructL | ( | CSubConParameterBundle & | aBundle | ) | [protected] |
Set up the sub-connection family with empty sets
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
leaves |
with KErrNoMemory in out of memory conditions |
Parameters | |
---|---|
aBundle | Bundle (container) the family is to be added to |
void | CopyFromFamilyL | ( | RParameterFamily & | aSrc | ) |
Copy the parameters of this CSubConParameterFamily from a RParameterFamily.
Parameters | |
---|---|
aSrc | RParameterFamily object to copy from |
void | CopyToFamilyL | ( | RParameterFamily & | aDest | ) | const |
Copy the parameters of this CSubConParameterFamily to a RParameterFamily.
Parameters | |
---|---|
aDest | RParameterFamily object to copy to |
IMPORT_C TInt32 | ExtractFamilyAndCreateBufferL | ( | TPtrC8 & | aBuffer, |
TPtrC8 & | aContainerBuffer | |||
) | [protected, static] |
Used internally to extract the family id for the descriptor storing the serialised version of this object (and others). It also sets up a new buffer that is the section of the original buffer that represents this object only.
Parameters | |
---|---|
aBuffer | Source buffer containing mulitple serialised objects (family at the start) |
aContainerBuffer | Set up by this method and represents only the serialised data of the family object. |
IMPORT_C CSubConExtensionParameterSet * | FindExtensionSet | ( | TUid | aSetId, |
TParameterSetType | aType | |||
) |
Searches a sub-connection parameter family for an extension parameter set. DO NOT USE this form of the method. It is broken. This is only capable of finding extension sets contained within IP Subconnection Provider, and these extension sets have been deprecated.
Parameters | |
---|---|
aSetId | Although a TUid, this is the extension class Id |
aType | The type of the set from TParameterSetType (ERequested, EAcceptable or EGranted) |
IMPORT_C CSubConExtensionParameterSet * | FindExtensionSet | ( | STypeId | aSetId, |
TParameterSetType | aType | |||
) |
Searches a sub-connection parameter family for an extension parameter set.
Parameters | |
---|---|
aSetId | The STypeId of the extension set |
aType | The type of the set from TParameterSetType (ERequested, EAcceptable or EGranted) |
IMPORT_C CSubConGenericParameterSet * | GetGenericSet | ( | TParameterSetType | aType | ) |
Accessor for the sub-connection generic parameter set of a family.
Parameters | |
---|---|
aType | The type of the set (requested, acceptable or granted) |
IMPORT_C TUint | Length | ( | ) | const |
Calculates the length of buffer required to serialise this parameter set family.
IMPORT_C CSubConParameterFamily * | LoadL | ( | RSubConParameterBundle & | aBundle, |
TPtrC8 & | aBuffer | |||
) | [static] |
Creates a new sub-connection parameter set family from a buffer containing the serialised object.
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
Parameters | |
---|---|
aBundle | Family container (bundle) that this family is to be added to |
aBuffer | Buffer containing the serialised object information |
IMPORT_C CSubConParameterFamily * | LoadL | ( | CSubConParameterBundle & | aBundle, |
TPtrC8 & | aBuffer | |||
) | [static] |
Creates a new sub-connection parameter set family from a buffer containing the serialised object.
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
Parameters | |
---|---|
aBundle | Family container (bundle) that this family is to be added to |
aBuffer | Buffer containing the serialised object information |
IMPORT_C CSubConParameterFamily * | NewL | ( | RSubConParameterBundle & | aBundle, |
TUint32 | aFamilyId | |||
) | [static] |
Creates a new sub-connection parameter set family. This class is used as a container for a number of parameter sets (generic and extension) that make up a family. It is a specific instantiatable class and therefore creates an instance of CSubConParameterFamily without using ECOM.
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
Parameters | |
---|---|
aBundle | Family container (bundle) that this family is to be added to |
aFamilyId | identifier for the specific family type, currently only 4, QoS (KSubConQoSFamily),Authorisation (KSubConAuthorisationFamily), CallDescrParams (KSubConnCallDescrParamsFamily) and ContextDescrParams (KSubConnContextDescrParamsFamily), are defined. |
IMPORT_C CSubConParameterFamily * | NewL | ( | CSubConParameterBundle & | aBundle, |
TUint32 | aFamilyId | |||
) | [static] |
Creates a new sub-connection parameter set family. This class is used as a container for a number of parameter sets (generic and extension) that make up a family. It is a specific instantiatable class and therefore creates an instance of CSubConParameterFamily without using ECOM.
Note: The aBundle parameter that is passed into this method will take ownership of the newly created CSubConParameterFamily object. When the bundle is destroyed, this family object will also be destroyed (along with any parameter sets that are owned by the family).
Parameters | |
---|---|
aBundle | Family container (bundle) that this family is to be added to. |
aFamilyId | identifier for the specific family type, currently only 4, QoS (KSubConQoSFamily),Authorisation (KSubConAuthorisationFamily), CallDescrParams (KSubConnCallDescrParamsFamily) and ContextDescrParams (KSubConnContextDescrParamsFamily), are defined. |
IMPORT_C void | SetGenericSetL | ( | CSubConGenericParameterSet & | aGenericSet, |
TParameterSetType | aType | |||
) |
Assigns the generic parameter set of a sub-connection parameter set family.
Note: The CSubConParameterFamily object takes ownership of the parameter set that is passed into this method. When the family object is destroyed, any parameter sets owned by this object will also be destroyed.
leaves |
with KAlreadyExists if a set is already assigned to the family. |
Parameters | |
---|---|
aGenericSet | Generic Parameter Set to be assigned to the family (family takes ownership) |
aType | The type of the set (requested, acceptable or granted) |
Instructs this sub-connection family to create a serialised version of itself and append it to the buffer that has been passed.
Parameters | |
---|---|
aDes | Buffer to append the serialised object to |