Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: d32comm.h
Link against: c32.lib

Class TCommConfigV01

TCommConfigV01

Support

Supported from 5.0

Description

Configuration settings for a serial port.

Defined in TCommConfigV01:
iDataBits, iFifo, iHandshake, iParity, iParityError, iParityErrorChar, iRate, iSIREnable, iSIRSettings, iSpecialRate, iStopBits, iTerminatorCount, iTerminator[KConfigMaxTerminators], iXoffChar, iXonChar

See also:


Public member data


iRate

TBps iRate

Description

Data rate in bits per second


iDataBits

TDataBits iDataBits

Description

Character width


iStopBits

TStopBits iStopBits

Description

Number of stop bits


iParity

TParity iParity

Description

Parity type


iHandshake

TUint iHandshake

Description

Handshaking control: bitmask of handshaking bitmasks constants


iParityError

TUint iParityError

Description

Type of error to generate on a parity failure. A parity error control constant.


iFifo

TUint iFifo

Description

FIFO status


iSpecialRate

TInt iSpecialRate

Description

Pass though data rate used when iRate is set toEBpsSpecial. The representation used in driver dependent.


iTerminatorCount

TInt iTerminatorCount

Description

Count of significant terminators (<=KConfigMaxTerminators)


iTerminator[KConfigMaxTerminators]

TText8 iTerminator[KConfigMaxTerminators]

Description

Array of terminators


iXonChar

TText8 iXonChar

Description

Character used to signal the transmitter to resume sending when using XON/XOFF handshaking


iXoffChar

TText8 iXoffChar

Description

Character used to signal the transmitter to suspend sending when using XON/XOFF handshaking


iParityErrorChar

TText8 iParityErrorChar

Description

Character used to replace those received with a parity error with wheniParityError is set toKConfigParityErrorReplaceChar


iSIREnable

TSir iSIREnable

Description

Switch the SIR encoding hardware on and off


iSIRSettings

TUint iSIRSettings

Description

Control over the SIR hardware. A serial infra-red settings constant.