class RSubConParameterBundle |
Container for (bundle of) SubConnection parameter families.
May contain and 0..N SubConnection parameter families.
Note: If the RSubConParameterBundle object takes ownership of any CSubConParameterFamily object, then when the bundle object is destroyed, any family owned by this object will also be destroyed.
THIS API IS DEPRECATED IN FAVOUR OF RParameterFamilyBundle
since v9.6
Public Member Functions | |
---|---|
RSubConParameterBundle() | |
IMPORT_C void | AddFamilyL(CSubConParameterFamily *) |
IMPORT_C void | ClearAllParameters(CSubConParameterFamily::TParameterSetType) |
IMPORT_C void | Close() |
void | CopyFromFamilyBundleL(RParameterFamilyBundle &) |
void | CopyToFamilyBundleL(RParameterFamilyBundle &) |
IMPORT_C CSubConParameterFamily * | FindFamily(TUint32) |
IMPORT_C TUint | Length() |
IMPORT_C TInt | Load(const TDesC8 &) |
IMPORT_C TInt | Store(TDes8 &) |
Protected Member Functions | |
---|---|
TInt | CheckBundle() |
Private Member Functions | |
---|---|
RSubConParameterBundle(const RSubConParameterBundle &) | |
RSubConParameterBundle & | operator=(const RSubConParameterBundle &) |
Private Attributes | |
---|---|
CSubConParameterBundle * | iBundle |
RSubConParameterBundle | ( | const RSubConParameterBundle & | aBundle | ) | [private] |
const RSubConParameterBundle & aBundle |
IMPORT_C void | AddFamilyL | ( | CSubConParameterFamily * | aFamily | ) |
CSubConParameterFamily * aFamily |
IMPORT_C void | ClearAllParameters | ( | CSubConParameterFamily::TParameterSetType | aType | ) |
CSubConParameterFamily::TParameterSetType aType |
void | CopyFromFamilyBundleL | ( | RParameterFamilyBundle & | aSrc | ) |
Copy the contents of an RParameterFamilyBundle to this RSubConParameterBundle
RParameterFamilyBundle & aSrc | RParameterFamilyBundle to copy contents from |
void | CopyToFamilyBundleL | ( | RParameterFamilyBundle & | aDest | ) | const |
Copy the contents of this parameter bundle to a RParameterFamilyBundle.
RParameterFamilyBundle & aDest | RParameterFamilyBundle to copy parameters to |
IMPORT_C CSubConParameterFamily * | FindFamily | ( | TUint32 | aFamilyId | ) |
TUint32 aFamilyId |
RSubConParameterBundle & | operator= | ( | const RSubConParameterBundle & | aBundle | ) | [private] |
const RSubConParameterBundle & aBundle |