RCmConnectionMethodExt Class Reference
class RCmConnectionMethodExt
|
Constructor & Destructor Documentation
RCmConnectionMethodExt()
IMPORT_C
|
RCmConnectionMethodExt
|
(
|
)
|
|
RCmConnectionMethodExt(const RCmConnectionMethodExt &)
~RCmConnectionMethodExt()
IMPORT_C
|
~RCmConnectionMethodExt
|
(
|
)
|
|
Member Functions Documentation
CreateCopyL()
Creates a copy of this connection method.
UpdateL()
has to be called to store new connection method in database. Copy is put to the Uncategorized destination. The ownership is passed.
DeleteL()
IMPORT_C
TBool
|
DeleteL
|
(
|
)
|
|
Try to delete the connection method. If it is referenced from any destination, then the references are removed and the connection method is deleted. Do NOT call this function if you got this connection method from a destination. Call destination's DeleteConnectionMethodL() function instead.
DestinationL()
Call this function only if this CM is an embedded destination!
GetBoolAttributeL(TUint32)
IMPORT_C
TBool
|
GetBoolAttributeL
|
(
|
TUint32
|
aAttribute
|
)
|
const
|
Gets the value for a TBool attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be retrived.
|
GetIntAttributeL(TUint32)
Gets the value for a TInt attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be retrived.
|
GetString8AttributeL(const TUint32)
IMPORT_C
HBufC8
*
|
GetString8AttributeL
|
(
|
const
TUint32
|
aAttribute
|
)
|
const
|
Gets the value for a String8 attribute. HBuf ownership is passed to the caller
Parameters
const
TUint32
aAttribute
|
Identifies the attribute to be retrived.
|
GetStringAttributeL(TUint32)
IMPORT_C
HBufC
*
|
GetStringAttributeL
|
(
|
TUint32
|
aAttribute
|
)
|
const
|
Gets the value for a String16 attribute. HBuf ownership is passed to the caller
Parameters
TUint32
aAttribute
|
Identifies the attribute to be retrived.
|
SetBoolAttributeL(TUint32, TBool)
IMPORT_C void
|
SetBoolAttributeL
|
(
|
TUint32
|
aAttribute,
|
|
TBool
|
aValue
|
|
)
|
|
Sets the value for a TBool attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be set.
|
TBool
aValue
|
The value to be set.
|
SetIntAttributeL(TUint32, TUint32)
Sets the value for a TInt attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be set.
|
TUint32
aValue
|
The value to be set.
|
SetString8AttributeL(TUint32, const TDesC8 &)
IMPORT_C void
|
SetString8AttributeL
|
(
|
TUint32
|
aAttribute,
|
|
const
TDesC8
&
|
aValue
|
|
)
|
|
Sets the value for a String8 attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be set.
|
const
TDesC8
& aValue
|
The value to be set.
|
SetStringAttributeL(TUint32, const TDesC16 &)
IMPORT_C void
|
SetStringAttributeL
|
(
|
TUint32
|
aAttribute,
|
|
const
TDesC16
&
|
aValue
|
|
)
|
|
Sets the value for a String16 attribute.
Parameters
TUint32
aAttribute
|
Identifies the attribute to be set.
|
const
TDesC16
& aValue
|
The value to be set.
|
UpdateL()
IMPORT_C void
|
UpdateL
|
(
|
)
|
|
operator!=(RCmConnectionMethodExt &)
checks if connection methods are not the same
operator=(const RCmConnectionMethodExt &)
operator==(RCmConnectionMethodExt &)
checks if connection methods are the same
Member Data Documentation
CCmPluginBaseEng * iImplementation
CCmPluginBaseEng *
|
iImplementation
|
[private]
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.