Symbian
 Developer Library

DEVELOPER LIBRARY

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



Location: FXUT.h
Link against: fxcm.lib

Class TFaxSessionProgress

class TFaxSessionProgress

Support

Supported from 6.0

Description

Progress information for a asynchronous fax operation.

Derivation

TFaxProgressBase class for fax progress information classes
TFaxSessionProgressProgress information for a asynchronous fax operation

Defined in TFaxSessionProgress:
EFaxSessionCancelled, EFaxSessionCompleted, EFaxSessionNotStarted, EFaxSessionOOM, EFaxSessionStopped, EFaxSessionTransfering, TFaxSessionProgress(), TFaxSessionState, iError, iFaxNumber, iId, iMessage, iMessagesSuccessful, iMode, iPageNumber, iPhase, iState

Inherited from TFaxProgress:
EFaxInvalid, EFaxPreparing, EFaxReceiving, EFaxSending, TFaxProgressType, iType


Construction and destruction


TFaxSessionProgress()

TFaxSessionProgress();

Description

Default constructor.

[Top]


Data members


iState

TFaxSessionState iState;

Description

Session state.


iMessage

TInt iMessage;

Description

Number of the message being processed (0 = first message).


iMessagesSuccessful

TInt iMessagesSuccessful;

Description

Numbers of messages successfully processed.


iPhase

TFaxPhase iPhase;

Description

Fax call phase.


iMode

TFaxMode iMode;

Description

Fax mode.


iPageNumber

TInt iPageNumber;

Description

Page number being processed (1=first page).


iFaxNumber

TBuf8<64> iFaxNumber;

Description

Fax (telephone) number being used.


iError

TInt iError;

Description

If the operation has completed, the completion code.


iId

TMsvId iId;

Description

ID of the message entry currently being sent or received.

[Top]


Member Enumerations


Enum TFaxSessionState

TFaxSessionState

Description

Defines session states for a fax send or receive operation.

EFaxSessionNotStarted

Session is not started.

EFaxSessionTransfering

Fax is being sent or received.

EFaxSessionStopped

Session has stopped.

EFaxSessionCompleted

Session has completed.

EFaxSessionCancelled

Session has been cancelled.

EFaxSessionOOM

Session has an out of memory error.