EPOC   SDK Home Glossary Indexes Previous Next Up

RFax class


Contents


RFax class — ETel fax subsession

Section Contents


Overview

Derivation

RTelSubSessionBase

Abstract: subsession base class

RFax

Fax subsession

Defined in

etel.h

Link against

etel.lib

Description

This class contains the fax client progress information structure.

ETel does include server-side RFax objects, however the associated APIs are intended solely for use by ETel’s own fax client. Consequently, only the TProgress structure is considered part of the public API.


Structures


TProgress struct — Fax progress information

This structure contains fax progress information.

TBuf8<20> iAnswerback

ID of remote fax — filled in after connection.

TFaxCompression iCompression

Compression method in use.

TInt iECM

Error correction mode. Reserved for future releases.

TTime iLastUpdateTime

Time of last progress update.

TInt iLines

Last or current line on page.

TInt iPage

Last or current page being transferred.

TFaxPhase iPhase

Phase of session.

TFaxResolution iResolution

Resolution of document.

TInt iSpeed

Speed of fax session.

EPOC       SDK Home Glossary Indexes Previous Next Up