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 <cmconnectionmethod.h>
Public Member Functions |
|
IMPORT_C | RCmConnectionMethod () |
Default constructor. |
|
IMPORT_C | RCmConnectionMethod (const RCmConnectionMethod &aItem) |
Copy constructor. |
|
IMPORT_C | ~RCmConnectionMethod () |
Destructor. |
|
IMPORT_C void | Close () |
Close the session. |
|
IMPORT_C TUint32 | GetIntAttributeL (TUint32 aAttribute) const |
Gets the value for a TInt attribute. |
|
IMPORT_C TBool | GetBoolAttributeL (TUint32 aAttribute) const |
Gets the value for a TBool attribute. |
|
IMPORT_C HBufC * | GetStringAttributeL (TUint32 aAttribute) const |
Gets the value for a String16 attribute. |
|
IMPORT_C HBufC8 * | GetString8AttributeL (const TUint32 aAttribute) const |
Gets the value for a String8 attribute. |
|
IMPORT_C RCmDestination | DestinationL () const |
Call this function only if this CM is an embedded destination! |
|
IMPORT_C TBool | operator== (RCmConnectionMethod &aConnMethod) const |
checks if connection methods are the same |
|
IMPORT_C TBool | operator!= (RCmConnectionMethod &aConnMethod) const |
checks if connection methods are not the same |
|
IMPORT_C RCmConnectionMethod & | operator= (const RCmConnectionMethod &aConnMethod) |
assignment operator |
|
Friends |
|
class | RCmDestination |
class | RCmManager |
|
Default constructor. |
|
Copy constructor. |
|
Destructor. |
|
Close the session. |
|
Call this function only if this CM is an embedded destination!
|
|
Gets the value for a TBool attribute.
|
|
Gets the value for a TInt attribute.
|
|
Gets the value for a String8 attribute. HBuf ownership is passed to the caller
|
|
Gets the value for a String16 attribute. HBuf ownership is passed to the caller
|
|
checks if connection methods are not the same
|
|
assignment operator
|
|
checks if connection methods are the same
|
|
|