Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: etel.h
Link against:

ETel Core constants

Support

Supported from 5.1


Version numbers

Description

Version number constants.


KEtelMajorVersionNumber

const TUint KEtelMajorVersionNumber

Description

Major version number.


KEtelMinorVersionNumber

const TUint KEtelMinorVersionNumber

Description

Minor version number.


KEtelBuildVersionNumber

const TUint KEtelBuildVersionNumber

Description

Build number.

[Top]


Error codes

Description

Most functions which return ETel error codes may also return KErrNone or another of the system-wide error codes.


KErrEtelNotCallOwner

const TInt KErrEtelNotCallOwner

Description

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


KErrEtelDuplicatePhoneName

const TInt KErrEtelDuplicatePhoneName

Description

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


KErrEtelAlreadyCallOwner

const TInt KErrEtelAlreadyCallOwner

Description

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


KErrEtelNoCarrier

const TInt KErrEtelNoCarrier

Description

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


KErrEtelBusyDetected

const TInt KErrEtelBusyDetected

Description

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


KErrEtelNoClientInterestedInThisCall

const TInt KErrEtelNoClientInterestedInThisCall

Description

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


KErrEtelInitialisationFailure

const TInt KErrEtelInitialisationFailure

Description

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.


KErrEtelCallNotActive

const TInt KErrEtelCallNotActive

Description

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().


KErrEtelNoAnswer

const TInt KErrEtelNoAnswer

Description

A connection request has failed because there is no answer.


KErrEtelNoDialTone

const TInt KErrEtelNoDialTone

Description

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


KErrEtelConfigPortFailure

const TInt KErrEtelConfigPortFailure

Description

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.


KErrEtelFaxChunkNotCreated

const TInt KErrEtelFaxChunkNotCreated

Description

Out of memory error — global chunk cannot be created.


KErrEtelNotFaxOwner

const TInt KErrEtelNotFaxOwner

Description

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.


KErrEtelPortNotLoanedToClient

const TInt KErrEtelPortNotLoanedToClient

Description

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


KErrEtelWrongModemType

const TInt KErrEtelWrongModemType

Description

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


KErrEtelUnknownModemCapability

const TInt KErrEtelUnknownModemCapability

Description

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


KErrEtelAnswerAlreadyOutstanding

const TInt KErrEtelAnswerAlreadyOutstanding

Description

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.


KErrEtelModemNotDetected

const TInt KErrEtelModemNotDetected

Description

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


KErrEtelModemSettingsCorrupt

const TInt KErrEtelModemSettingsCorrupt

Description

Operation failed because the modem settings are corrupt.