etel.h File Reference

const TUint KEtelMajorVersionNumber

const TUintKEtelMajorVersionNumber

Major version number.

const TUint KEtelMinorVersionNumber

const TUintKEtelMinorVersionNumber

Minor version number.

const TUint KEtelBuildVersionNumber

const TUintKEtelBuildVersionNumber

Build number.

const TInt KErrEtelCoreBase

const TIntKErrEtelCoreBase

const TInt KErrEtelNotCallOwner

const TIntKErrEtelNotCallOwner

The client is not the call owner and has attempted to perform an operation that requires ownership.

const TInt KErrEtelDuplicatePhoneName

const TIntKErrEtelDuplicatePhoneName

An attempt has been made to load an ETel (TSY) module which contains a phone with the same name as one already loaded.

const TInt KErrEtelAlreadyCallOwner

const TIntKErrEtelAlreadyCallOwner

An attempt has been made to acquire call ownership when the requesting client is already the call owner.

const TInt KErrEtelNoCarrier

const TIntKErrEtelNoCarrier

A connection has been terminated because the carrier has been lost.

const TInt KErrEtelBusyDetected

const TIntKErrEtelBusyDetected

An attempt to establish a connection with the RCall::Dial() function has failed because the remote party's line was busy.

const TInt KErrEtelNoClientInterestedInThisCall

const TIntKErrEtelNoClientInterestedInThisCall

An attempt has been made to transfer call ownership, but no other clients are interested in acquiring ownership.

const TInt KErrEtelInitialisationFailure

const TIntKErrEtelInitialisationFailure

The TSY has failed to initialise the modem. This may be occur if the modem is disconnected during initialisation, or if an attempt is made to initialise an unsupported modem.

const TInt KErrEtelCallNotActive

const TIntKErrEtelCallNotActive

An attempt has been made to perform an operation which requires the call to be connected - when the call is not connected. E.g. RCall:LoanDataPort().

const TInt KErrEtelNoAnswer

const TIntKErrEtelNoAnswer

A connection request has failed because there is no answer.

const TInt KErrEtelNoDialTone

const TIntKErrEtelNoDialTone

A connection request has failed because there is no dial tone. For example, if there is no connection between the modem and the network.

const TInt KErrEtelConfigPortFailure

const TIntKErrEtelConfigPortFailure

An attempt to configure the port has failed because the hardware cannot match the desired configuration. For example, if an attempt is made to configure the comms port to a baud rate it cannot support.

const TInt KErrEtelFaxChunkNotCreated

const TIntKErrEtelFaxChunkNotCreated

Out of memory error - global chunk cannot be created.

const TInt KErrEtelNotFaxOwner

const TIntKErrEtelNotFaxOwner

The client is not the fax owner and has attempted to perform an operation that requires fax ownership.

The fax client should be used to access fax functionality. Consequently, client code should not return this error.

const TInt KErrEtelPortNotLoanedToClient

const TIntKErrEtelPortNotLoanedToClient

An attempt has been made to perform an operation which requires port ownership. However, the client does not own the port.

const TInt KErrEtelWrongModemType

const TIntKErrEtelWrongModemType

An operation has failed because the modem has been incorrectly configured.

const TInt KErrEtelUnknownModemCapability

const TIntKErrEtelUnknownModemCapability

An operation has failed because the modem does not understand the request - possible bug in modem.

const TInt KErrEtelAnswerAlreadyOutstanding

const TIntKErrEtelAnswerAlreadyOutstanding

The call has already placed an 'answer incoming call' request. Only 1 request of a type (e.g. fax, voice, data) can be outstanding on the server at a time.

const TInt KErrEtelModemNotDetected

const TIntKErrEtelModemNotDetected

An attempt to establish a connection with the modem has failed because the modem cannot be detected.

const TInt KErrEtelModemSettingsCorrupt

const TIntKErrEtelModemSettingsCorrupt

Operation failed because the modem settings are corrupt.

const TInt KErrEtelPortAlreadyLoaned

const TIntKErrEtelPortAlreadyLoaned

The Data port is in use by another call or application.

const TInt KErrEtelCallAlreadyActive

const TIntKErrEtelCallAlreadyActive

Another call active. Close it before opening a new one.