|
Public Member Functions |
| RCmManager () |
| Default constructor.
|
IMPORT_C void | OpenL () |
| Symbian constructor.
|
IMPORT_C void | OpenLC () |
| Symbian constructor Pushes the object on the cleanup stack.
|
IMPORT_C void | Close () |
| Secondary destructor.
|
IMPORT_C TUint32 | GetBearerInfoIntL (TUint32 aBearerType, TUint32 aAttribute) const |
| Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc.
|
IMPORT_C TBool | GetBearerInfoBoolL (TUint32 aBearerType, TUint32 aAttribute) const |
| Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc.
|
IMPORT_C HBufC * | GetBearerInfoStringL (TUint32 aBearerType, TUint32 aAttribute) const |
| Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc.
|
IMPORT_C HBufC8 * | GetBearerInfoString8L (TUint32 aBearerType, TUint32 aAttribute) const |
| Used to query bearer information that does not belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority, etc.
|
IMPORT_C TUint32 | GetConnectionMethodInfoIntL (TUint32 aIapId, TUint32 aAttribute) const |
| Used to query any non-bearer specific information about a given connection method.
|
IMPORT_C TBool | GetConnectionMethodInfoBoolL (TUint32 aIapId, TUint32 aAttribute) const |
| Used to query any, non-bearer specific information about a given connection method.
|
IMPORT_C HBufC * | GetConnectionMethodInfoStringL (TUint32 aIapId, TUint32 aAttribute) const |
| Used to query any non-bearer specific information about a given connection method.
|
IMPORT_C HBufC8 * | GetConnectionMethodInfoString8L (TUint32 aIapId, TUint32 aAttribute) const |
| Used to query any non-bearer specific information about a given connection method.
|
IMPORT_C RCmConnectionMethod | ConnectionMethodL (TUint32 aConnectionMethodId) const |
| Returns the connection method queried by its ID.
|
IMPORT_C void | ConnectionMethodL (RArray< TUint32 > &aCMArray, TBool aCheckBearerType=ETrue, TBool aLegacyOnly=ETrue, TBool aEasyWlan=EFalse) const |
| Returns the list of connection methods.
|
IMPORT_C void | AllDestinationsL (RArray< TUint32 > &aDestArray) const |
| Returns an array of all destination id's.
|
IMPORT_C RCmDestination | DestinationL (TUint32 aDestinationId) const |
| Returns the destination to which a specified connection method belongs, search is by destination ID.
|
IMPORT_C void | BearerPriorityArrayL (RArray< TBearerPriority > &aArray) const |
| Returns the copy of the bearer priority array.
|
IMPORT_C void | CleanupGlobalPriorityArray (RArray< TBearerPriority > &aArray) const |
| Clean up passed global bearer priority array.
|
IMPORT_C TUint32 | EasyWlanIdL () const |
| Returns the id of the EasyWlan connection method.
|
IMPORT_C void | ReadDefConnL (TCmDefConnValue &aDCSetting) |
| Returns the default connection method/SNAP.
|