API published in: S60 3rd Ed FP 2
Link against: cmmanager.lib
Required Capabilities
None
Exceptions
Reading 'private' user data such as user names or passwords: ReadDeviceData
#include <cmmanager.h>
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. |
|
Default constructor. |
|
Returns an array of all destination id's.
|
|
Returns the copy of the bearer priority array. Ownership is passed.
|
|
Clean up passed global bearer priority array. Delete the elements and calls Reset and Close on the array.
|
|
Secondary destructor. |
|
Returns the list of connection methods. Connection Methods are filtered by the switch parameters e.g. aLegacyOnly.
|
|
Returns the connection method queried by its ID.
|
|
Returns the destination to which a specified connection method belongs, search is by destination ID.
|
|
Returns the id of the EasyWlan connection method.
|
|
Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc.
|
|
Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc.
|
|
Used to query bearer information that does not belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority, etc. HBuf ownership is passed to the caller
|
|
Used to query bearer information that doesn't belong to a specific connection method, such as ECmCoverage or ECmDefaultPriority etc. HBuf ownership is passed to the caller
|
|
Used to query any, non-bearer specific information about a given connection method. This can be e.g. ECmBearerType, ECmName, ECmStartPage, etc.
|
|
Used to query any non-bearer specific information about a given connection method. This can be e.g. ECmBearerType, ECmName, ECmStartPage, etc.
|
|
Used to query any non-bearer specific information about a given connection method. This can be e.g. ECmBearerType, ECmName, ECmStartPage, etc. HBuf ownership is passed to the caller
|
|
Used to query any non-bearer specific information about a given connection method. This can be e.g. ECmBearerType, ECmName, ECmStartPage, etc. HBuf ownership is passed to the caller
|
|
Symbian constructor. |
|
Symbian constructor Pushes the object on the cleanup stack. |
|
Returns the default connection method/SNAP. |