TFaxSettings Class Reference
Fax configuration information.
Contains persistent information applicable to all fax sessions.
Member Functions Documentation
ExternalizeL(RWriteStream &)
Externalises the
TFaxSettings
object to a write stream. The presence of this function means that the standard templated
operator<<()
(defined in s32strm.h) is available to externalise objects of this class.
Parameters
RWriteStream
&
|
The stream to which the object should be externalised.
|
InternalizeL(RReadStream &)
Internalises the
TFaxSettings
object from a read stream. The presence of this function means that the standard templated
operator>>()
(defined in s32strm.h) is available to internalise objects of this class. This function may leave if there is a problem reading from the stream, or if internalisation causes an out of memory error.
-
capability
-
None
Parameters
RReadStream
&
|
The stream from which the object should be internalised.
|
operator=(const TFaxSettings &)
Assignment operator.
Copies the content of one
TFaxSettings
into another, replacing the existing content.
Parameters
const
TFaxSettings
& aFaxSettings
|
A reference to the TFaxSettings to be copied.
|
Member Data Documentation
TBuf8< 20 > iFaxId
The local Fax ID string, which must be exactly 20 characters, with only 0-9, space, and + permissible for exact conformance with ITU T.30.
TInt
iFaxOnDemandDelay
The delay between dialling and receiving from a faxback service (seconds).
TInt
iMaxSpeed
Maximum speed of fax session in bps.
TInt
iMinSpeed
Minimum speed of fax session in bps.
TFaxCompression
iPreferredCompression
TInt
iPreferredECM
If 1, use error correction mode (ECM), else 0.
TFaxResolution
iPreferredResolution
TInt
iVerbose
Switches fax logging on or off. This must be left on.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.