CAgentProvisionInfo Class Reference
class CAgentProvisionInfo : public CBase |
Information to be provisioned to Agent SCPr's by MCPr's
Constructor & Destructor Documentation
CAgentProvisionInfo()
CAgentProvisionInfo | ( | ) | [inline] |
~CAgentProvisionInfo()
IMPORT_C | ~CAgentProvisionInfo | ( | ) | |
Member Functions Documentation
AgentAdapter()
Retrieve the CAgent Adapter object pointer
AgentName()
const TDesC & | AgentName | ( | ) | const [inline] |
AgentNotificationHandler()
Retrieve the Agent Notification Handler
BearerSet()
TInt
| BearerSet | ( | ) | const [inline] |
Credentials()
Retrieve the Credentials Config object pointer
ReconnectAttempts()
TUint32
| ReconnectAttempts | ( | ) | const [inline] |
Retrieve the Reconnection Attempts
ReconnectOption()
Retrieve the Reconnect Option
SetAgentAdapter(CAgentAdapter *)
Set the Agent Adapter object pointer
SetAgentName(const TDesC &)
TInt
| SetAgentName | ( | const TDesC & | aAgentName | ) | [inline] |
Set the agent name.
Note: Only to be used by the MCPr
SetAgentNotificationHandler(CAgentNotificationHandler *)
Set the Agent Notification Handler
Note: Only to be used by the MCPr
SetBearerSet(TUint32)
void | SetBearerSet | ( | TUint32 | aBearerSet | ) | [inline] |
Set the BearerSet
Note: Only to be used by the MCPr
SetCredentials(CCredentialsConfig *)
Set the Credentials Config object pointer
Note: Only to be used by the MCPr
SetIapId(TUint32)
Set the IAP Id
Note: Only to be used by the MCPr
SetNetworkId(TUint32)
void | SetNetworkId | ( | TUint32 | aNetId | ) | [inline] |
Set the Network Id
Note: Only to be used by the MCPr
SetReconnectAttempts(TUint32)
void | SetReconnectAttempts | ( | TUint32 | aAttempts | ) | [inline] |
Set the Reconnection Attempts
SetReconnectOption(CAgentProvisionInfo::TAgentReconnectOption)
Member Enumerations Documentation
Enum anonymous
Enumerators
EUid = 0x10281E07 | |
ETypeId = 1 | |
Enum TAgentReconnectOption
EPromptForReconnect - When the link is lost unexpectedly with the possibility to reconnect prompt the user to make the decision
EDoNotAttemptReconnect - When the link is lost unexpectedly with the possibility to reconnect never attempt reconnection and Error the Cpr
EAttemptReconnect - When the link is lost unexpectedly with the possibility to reconnect always perform the reconnection.
Enumerators
EPromptForReconnect = -1 | |
EDoNotAttemptReconnect = 0 | |
EAttemptReconnect = 1 | |
Member Data Documentation
CAgentAdapter * iAgentAdapter
CAgentNotificationHandler * iAgentNotificationHandler
CCredentialsConfig * iCredentials
TUint32
iReconnectAttempts
TUint32
| iReconnectAttempts | [private] |
TAgentReconnectOption
iReconnectOption
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.