#include <agentdialog.h>
class RGenConAgentDialogServer : public RSessionBase |
Inherited Attributes | |
---|---|
RHandleBase::iHandle |
Inherited Enumerations | |
---|---|
RHandleBase:TAttributes | |
RSessionBase:TAttachMode |
RGenConAgentDialogServer. This components needs to be written as a proper polymorphic DLL in JetStream.
NOTE! Although the class inherits from RSessionBase this does not mean you have to implement the API as a client server mechanism.
IMPORT_C | RGenConAgentDialogServer | ( | ) |
RGenConAgentDialogServer Constructor.
IMPORT_C void | AccessPointConnection | ( | TUint32 & | aAccessPoint, |
TInt | aAccessPointGroup, | |||
TRequestStatus & | aStatus | |||
) |
Shows a connection dialog when connection preference is of an AP type.
Parameter | Description |
---|---|
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | AccessPointConnection | ( | TUint32 & | aAP, |
TUint32 | aAPType, | |||
TUint32 & | aBearerAPInd, | |||
TUint32 | aBearerAPType, | |||
TRequestStatus & | aStatus | |||
) |
Shows a connection dialog when connection preference is of an AP type filtered on bearer-related info.
Parameter | Description |
---|---|
aAP | The id of the access point. |
aBearerAPType | an optional filter parameter to limit the data displayed to the client. |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | Authenticate | ( | TDes & | aUsername, |
TDes & | aPassword, | |||
TBool | aIsReconnect, | |||
TRequestStatus & | aStatus | |||
) |
Shows an authentication dialog when the NetDial agent requests PPP authentication information.
Parameter | Description |
---|---|
aUsername | Username. |
aPassword | Password. |
aIsReconnect | Whether this is a reconnect attempt or not |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | CancelAccessPointConnection | ( | ) |
Cancels the access point selection dialog.
IMPORT_C void | CancelAuthenticate | ( | ) |
Cancels the authentication.
IMPORT_C void | CancelDestroyPctNotification | ( | ) |
Cancels the Destroy Post Connect Terminal Notification request.
IMPORT_C void | CancelIapConnection | ( | ) |
Cancels the IAP type connection dialog.
IMPORT_C void | CancelLogin | ( | ) |
Cancels the login dialog.
IMPORT_C void | CancelModemAndLocationSelection | ( | ) |
Cancels the ModemAndLocation connection dialog.
IMPORT_C void | CancelQoSWarning | ( | ) |
Cancels the QoS warning dialog
IMPORT_C void | CancelReadPct | ( | ) |
Cancels the Read Post Connect Terminal request.
IMPORT_C void | CancelReconnect | ( | ) |
Cancels the reconnect dialog.
IMPORT_C void | CancelWarnNewIapConnection | ( | ) |
Cancels the IAP type new connection warning dialog.
IMPORT_C void | ClosePct | ( | ) |
Closes the Post Connect Terminal dialog.
IMPORT_C TInt | Connect | ( | ) |
Connect to the server
Returns: KErrNone if connection succeeded and a standard error code otherwise.
IMPORT_C void | DestroyPctNotification | ( | TRequestStatus & | aStatus | ) |
Used by the NetDial agent to request that if the user cancels the dialog, then the dialog gives notification of this.
Parameter | Description |
---|---|
aStatus | KErrNone if a cancel occurs, or error code otherwise. |
IMPORT_C void | IapConnection | ( | TUint32 & | aIAP, |
const TConnectionPrefs & | aPrefs, | |||
TRequestStatus & | aStatus | |||
) |
Shows a connection dialog when CommDb database is of IAP type.
Parameter | Description |
---|---|
aIAP | The id of the IAP service. |
aPrefs | Specifies the rank and desired direction of the connection and bearer. |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | IapConnection | ( | TUint32 & | aIAP, |
const TConnectionPrefs & | aPrefs, | |||
TInt | aLastError, | |||
TRequestStatus & | aStatus | |||
) |
Shows a connection dialog when CommDb database is of IAP type.
Parameter | Description |
---|---|
aIAP | The id of the IAP service. |
aPrefs | Specifies the rank and desired direction of the connection and bearer. |
aLastError | The error with which previous connection failed. |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | Login | ( | TDes & | aUsername, |
TDes & | aPassword, | |||
TBool | aIsReconnect, | |||
TRequestStatus & | aStatus | |||
) |
Shows a login dialog when login information for use with a script is required any the NetDial agent.
Parameter | Description |
---|---|
aUsername | Username. |
aPassword | Password. |
aIsReconnect | Whether this is a reconnect attempt or not |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | ModemAndLocationSelection | ( | TUint32 & | aModemId, |
TUint32 & | aLocationId, | |||
TRequestStatus & | aStatus | |||
) |
Shows a dialog to enable the user to choose which modem and location to use for data transactions
Parameter | Description |
---|---|
aModemId | The id of of the record in the modem table to be used for data transactions |
aLocationId | The id of the record in the location table to be used for the modem for data transactions |
aStatus | Any error code, or KErrNone if no error |
IMPORT_C TInt | OpenPct | ( | ) |
Opens a Post Connect Terminal dialog.
Returns: Any error code, or KErrNone if no error.
IMPORT_C void | QoSWarning | ( | TBool & | aResponse, |
TRequestStatus & | aStatus | |||
) |
Shows a dialog warning that the QoS of the connection has fallen below the minimum values specified in commdb. Expects a response from the dialog indicating if the connection is to be terminated.
Parameter | Description |
---|---|
aResponse | Specifies whether to terminate the connection or not i.e. ETrue means terminate connection |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | ReadPct | ( | TDes & | aData, |
TRequestStatus & | aStatus | |||
) |
Called by NetDial agent when the script indicates that user needs to enter some information.
Parameter | Description |
---|---|
aData | Data entered by user. |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | Reconnect | ( | TBool & | aResponse, |
TRequestStatus & | aStatus | |||
) |
Shows a reconnect dialog when connection has been broken during data transfer.
Parameter | Description |
---|---|
aResponse | Specifies whether to reconnect or cancel the reconnection attempt. |
aStatus | Any error code, or KErrNone if no error. |
IMPORT_C void | WarnNewIapConnection | ( | const TConnectionPrefs & | aPrefs, |
TInt | aLastError, | |||
const TDesC & | aNewIapName, | |||
TBool & | aResponse, | |||
TRequestStatus & | aStatus | |||
) |
Shows a dialog warning when the CommDb database is of IAP type that the previous attempt to connect failed and that a new connection is to be attempted.
Parameter | Description |
---|---|
aPrefs | Specifies the rank and desired direction of the connection and bearer. |
aLastError | The error with which previous connection failed. |
aNewIapName | The name of the IAP to be used for next connection. |
aResponse | Specifies whether to proceed with the connection or stop the connection attempt. |
aStatus | Any error code, or KErrNone if no error. |