etel.h File Reference

const TUint KEtelMajorVersionNumber

const TUint KEtelMajorVersionNumber

Major version number.

const TUint KEtelMinorVersionNumber

const TUint KEtelMinorVersionNumber

Minor version number.

const TUint KEtelBuildVersionNumber

const TUint KEtelBuildVersionNumber

Build number.

const TInt KErrEtelCoreBase

const TInt KErrEtelCoreBase

const TInt KErrEtelNotCallOwner

const TInt KErrEtelNotCallOwner

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

const TInt KErrEtelDuplicatePhoneName

const TInt KErrEtelDuplicatePhoneName

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 TInt KErrEtelAlreadyCallOwner

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

const TInt KErrEtelNoCarrier

const TInt KErrEtelNoCarrier

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

const TInt KErrEtelBusyDetected

const TInt KErrEtelBusyDetected

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 TInt KErrEtelNoClientInterestedInThisCall

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

const TInt KErrEtelInitialisationFailure

const TInt KErrEtelInitialisationFailure

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 TInt KErrEtelCallNotActive

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 TInt KErrEtelNoAnswer

A connection request has failed because there is no answer.

const TInt KErrEtelNoDialTone

const TInt KErrEtelNoDialTone

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 TInt KErrEtelConfigPortFailure

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 TInt KErrEtelFaxChunkNotCreated

Out of memory error - global chunk cannot be created.

const TInt KErrEtelNotFaxOwner

const TInt KErrEtelNotFaxOwner

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 TInt KErrEtelPortNotLoanedToClient

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 TInt KErrEtelWrongModemType

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

const TInt KErrEtelUnknownModemCapability

const TInt KErrEtelUnknownModemCapability

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

const TInt KErrEtelAnswerAlreadyOutstanding

const TInt KErrEtelAnswerAlreadyOutstanding

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 TInt KErrEtelModemNotDetected

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

const TInt KErrEtelModemSettingsCorrupt

const TInt KErrEtelModemSettingsCorrupt

Operation failed because the modem settings are corrupt.

const TInt KErrEtelPortAlreadyLoaned

const TInt KErrEtelPortAlreadyLoaned

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

const TInt KErrEtelCallAlreadyActive

const TInt KErrEtelCallAlreadyActive

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