Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <FAXDEFN.H>

Typedef TFaxBufSenderId

typedef TBuf<20> TFaxBufSenderId;

Description

Defines a buffer to hold a fax sender ID.

[Top]


Typedef TRawScanLine

typedef TBuf8< KFaxBytesPerScanLine > TRawScanLine;

Description

Defines a raw scan line.

Each scan line is comprised of KFaxBytesPerScanLine (216) bytes.

[Top]


Enum TFaxClass

TFaxClass

Description

Defines the fax modem classes supported by the fax client.

The fax class refers to the command set used to control the modem.

EClassAuto

Automatic detection of the fax modem class.

EClass1

Fax class 1

EClass2

Fax class 2

EClass2point0

Fax class 2.0

EClass1point0

Fax class 1.0

EClass2point1

Fax class 2.1

[Top]


Enum TFaxPhase

TFaxPhase

Description

Fax session phases.

Defines what is done if a fax session fails is dependent on the current phase.

ENotYetStarted

The session has not yet begun

ECallEstablishment

Phase 'A'. Establishing connection.

ESessionNegotiation

Phase 'B'. Negotiating fax protocols.

EDataTransfer

Phase 'C'. Transferring information

EPostPageStatus

Phase 'D'. Confirming successful send/receive.

EDisconnection

Phase 'E'. Disconnecting.

[Top]


Enum TFaxResolution

TFaxResolution

Description

Defines the supported fax resolutions.

It is also used by the fax store classes.

EFaxNormal

Normal fax resolution 3.85 lines/mm

EFaxFine

Fine fax resolution 7.7 lines/mm

[Top]


Enum TFaxCompression

TFaxCompression

Description

Defines the types of compression supported by the fax client.

This enumeration is also used by the fax store classes.

EModifiedHuffman

One-dimensional T.4 encoding. Also known as MH.

EModifiedRead

Two-dimensional T.4 encoding. Also known as MR.

EUncompressedModifiedRead

Two-dimensional T.4 encoding including uncompressed mode.

EModifiedModifiedRead

T.6 encoding. Not supported by the fax engine. Also known as MMR.


FAXDEFN.H Global variables