Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ETEL.H>

ETEL.H Global variables

KEtelMajorVersionNumber

const TUint KEtelMajorVersionNumber=1;

Description

Major version number.

[Top]


KEtelMinorVersionNumber

const TUint KEtelMinorVersionNumber=0;

Description

Minor version number.

[Top]


KEtelBuildVersionNumber

const TUint KEtelBuildVersionNumber=606;

Description

Build number.

[Top]


KErrEtelCoreBase

const TInt KErrEtelCoreBase=-2000;

Description

[Top]


KErrEtelNotCallOwner

const TInt KErrEtelNotCallOwner=KErrEtelCoreBase;

Description

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

[Top]


KErrEtelDuplicatePhoneName

const TInt KErrEtelDuplicatePhoneName=KErrEtelCoreBase-1;

Description

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

[Top]


KErrEtelAlreadyCallOwner

const TInt KErrEtelAlreadyCallOwner=KErrEtelCoreBase-2;

Description

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

[Top]


KErrEtelNoCarrier

const TInt KErrEtelNoCarrier=KErrEtelCoreBase-3;

Description

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

[Top]


KErrEtelBusyDetected

const TInt KErrEtelBusyDetected=KErrEtelCoreBase-4;

Description

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

[Top]


KErrEtelNoClientInterestedInThisCall

const TInt KErrEtelNoClientInterestedInThisCall=KErrEtelCoreBase-5;

Description

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

[Top]


KErrEtelInitialisationFailure

const TInt KErrEtelInitialisationFailure=KErrEtelCoreBase-6;

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.

[Top]


KErrEtelCallNotActive

const TInt KErrEtelCallNotActive=KErrEtelCoreBase-7;

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

[Top]


KErrEtelNoAnswer

const TInt KErrEtelNoAnswer=KErrEtelCoreBase-8;

Description

A connection request has failed because there is no answer.

[Top]


KErrEtelNoDialTone

const TInt KErrEtelNoDialTone=KErrEtelCoreBase-9;

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.

[Top]


KErrEtelConfigPortFailure

const TInt KErrEtelConfigPortFailure=KErrEtelCoreBase-10;

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.

[Top]


KErrEtelFaxChunkNotCreated

const TInt KErrEtelFaxChunkNotCreated=KErrEtelCoreBase-11;

Description

Out of memory error - global chunk cannot be created.

[Top]


KErrEtelNotFaxOwner

const TInt KErrEtelNotFaxOwner=KErrEtelCoreBase-12;

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.

[Top]


KErrEtelPortNotLoanedToClient

const TInt KErrEtelPortNotLoanedToClient=KErrEtelCoreBase-13;

Description

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

[Top]


KErrEtelWrongModemType

const TInt KErrEtelWrongModemType=KErrEtelCoreBase-14;

Description

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

[Top]


KErrEtelUnknownModemCapability

const TInt KErrEtelUnknownModemCapability=KErrEtelCoreBase-15;

Description

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

[Top]


KErrEtelAnswerAlreadyOutstanding

const TInt KErrEtelAnswerAlreadyOutstanding=KErrEtelCoreBase-16;

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.

[Top]


KErrEtelModemNotDetected

const TInt KErrEtelModemNotDetected=KErrEtelCoreBase-17;

Description

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

[Top]


KErrEtelModemSettingsCorrupt

const TInt KErrEtelModemSettingsCorrupt=KErrEtelCoreBase-18;

Description

Operation failed because the modem settings are corrupt.

[Top]


KErrEtelPortAlreadyLoaned

const TInt KErrEtelPortAlreadyLoaned=KErrEtelCoreBase-19;

Description

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

[Top]


KErrEtelCallAlreadyActive

const TInt KErrEtelCallAlreadyActive=KErrEtelCoreBase-20;

Description

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