Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: d32comm.h

Capabilities constants

Support

Supported from 5.0


Data rate capabilities


KCapsBps50

const TUint KCapsBps50

Description

50 bits per second is supported


KCapsBps75

const TUint KCapsBps75

Description

75 Bits per second is supported


KCapsBps110

const TUint KCapsBps110

Description

110 bits per second is supported


KCapsBps134

const TUint KCapsBps134

Description

134 bits per second is supported


KCapsBps150

const TUint KCapsBps150

Description

150 bits per second is supported


KCapsBps300

const TUint KCapsBps300

Description

300 bits per second is supported


KCapsBps600

const TUint KCapsBps600

Description

600 bits per second is supported


KCapsBps1200

const TUint KCapsBps1200

Description

1200 bits per second is supported


KCapsBps1800

const TUint KCapsBps1800

Description

1800 bits per second is supported


KCapsBps2000

const TUint KCapsBps2000

Description

2000 bits per second is supported


KCapsBps2400

const TUint KCapsBps2400

Description

2400 bits per second is supported


KCapsBps3600

const TUint KCapsBps3600

Description

3600 bits per second is supported


KCapsBps4800

const TUint KCapsBps4800

Description

4800 bits per second is supported


KCapsBps7200

const TUint KCapsBps7200

Description

7200 bits per second is supported


KCapsBps9600

const TUint KCapsBps9600

Description

9600 bits per second is supported


KCapsBps19200

const TUint KCapsBps19200

Description

19200 bits per second is supported


KCapsBps38400

const TUint KCapsBps38400

Description

38400 bits per second is supported


KCapsBps57600

const TUint KCapsBps57600

Description

57600 bits per second is supported


KCapsBps115200

const TUint KCapsBps115200

Description

115200 bits per second is supported


KCapsBpsSpecial

const TUint KCapsBpsSpecial

Description

The serial device supports a special rate to be specified iniSpecialRate

[Top]


Data size capabilities

Description

The following constants are defined in d32comm.h.


KCapsData5

const TUint KCapsData5

Description

The driver supports 5 bits per character


KCapsData6

const TUint KCapsData6

Description

The driver supports 6 bits per character


KCapsData7

const TUint KCapsData7

Description

The driver supports 7 bits per character


KCapsData8

const TUint KCapsData8

Description

The driver supports 8 bits per character

[Top]


Stop bit capabilities

Description

The following constants are defined in d32comm.h.


KCapsStop1

const TUint KCapsStop1

Description

The driver supports 1 stop bit per character


KCapsStop2

const TUint KCapsStop2

Description

The driver supports 2 stop bit per character

[Top]


Parity capabilities

Description

The following constants are defined in d32comm.h.


KCapsParityNone

const TUint KCapsParityNone

Description

Sending characters without any parity is supported


KCapsParityEven

const TUint KCapsParityEven

Description

Even parity is supported


KCapsParityOdd

const TUint KCapsParityOdd

Description

Odd parity is supported


KCapsParityMark

const TUint KCapsParityMark

Description

Mark parity is supported


KCapsParitySpace

const TUint KCapsParitySpace

Description

Space parity is supported

[Top]


Signal line capabilities

Description

The following constants are defined in d32comm.h.


KCapsSignalCTSSupported

const TUint KCapsSignalCTSSupported

Description

The serial device has an CTS input control line


KCapsSignalDSRSupported

const TUint KCapsSignalDSRSupported

Description

The serial device has an DSR input control line


KCapsSignalDCDSupported

const TUint KCapsSignalDCDSupported

Description

The serial device has an DCD input control line


KCapsSignalRNGSupported

const TUint KCapsSignalRNGSupported

Description

The serial device has an RNG input control line


KCapsSignalRTSSupported

const TUint KCapsSignalRTSSupported

Description

The serial device has an RTS output control line


KCapsSignalDTRSupported

const TUint KCapsSignalDTRSupported

Description

The serial device has an DTR output control line

[Top]


Handshaking capabilities

Description

The following constants are defined in d32comm.h.


KCapsObeyXoffSupported

const TUint KCapsObeyXoffSupported

Description

The serial device can respond to incoming software handshaking


KCapsSendXoffSupported

const TUint KCapsSendXoffSupported

Description

The serial device can generate software handshaking characters


KCapsObeyCTSSupported

const TUint KCapsObeyCTSSupported

Description

The serial device can respond to flow control on the CTS input line and generate flow control signals on the RTS output.


KCapsFailCTSSupported

const TUint KCapsFailCTSSupported

Description

The serial device supports failing pending operations if the CTS input line goes low


KCapsObeyDSRSupported

const TUint KCapsObeyDSRSupported

Description

The serial device can respond to flow control on the DSR input line.


KCapsFailDSRSupported

const TUint KCapsFailDSRSupported

Description

The serial device supports failing pending operations if the DSR input line goes low


KCapsObeyDCDSupported

const TUint KCapsObeyDCDSupported

Description

The serial device can respond to flow control on the DCD input line


KCapsFailDCDSupported

const TUint KCapsFailDCDSupported

Description

The serial device supports failing pending operations if the DCD input line goes low


KCapsFreeRTSSupported

const TUint KCapsFreeRTSSupported

Description

The serial device is able to leave the RTS output control line for user control.


KCapsFreeDTRSupported

const TUint KCapsFreeDTRSupported

Description

The serial device is able to leave the DTR output control line for user control.

[Top]


Serial infra red capabilities

Description

The following constants are defined in d32comm.h.


KCapsSIR115kbps

const TUint KCapsSIR115kbps

Description

The serial device supports 115k SIR encoding


KCapsSIR2400bpsOnly

const TUint KCapsSIR2400bpsOnly

Description

The serial device is a 2400 bps only SIR device


KCapsSIR4Mbs

const TUint KCapsSIR4Mbs

Description

The Serial device supports 4Mbps FSIR encoding

[Top]


FIFO capabilities

Description

The following constants are defined in d32comm.h.


KCapsHasFifo

const TUint KCapsHasFifo

Description

The serial device has a FIFO

[Top]


Notification capabilities

Description

The following constants are defined in d32comm.h. They are used inTCommCapsV02::iNotificationCaps.


KNotifySignalsChangeSupported

const TUint KNotifySignalsChangeSupported

Support

Supported from 6.0

Description

Port supports notification of signals changing.


KNotifyRateChangeSupported

const TUint KNotifyRateChangeSupported

Support

Supported from 6.0

Description

Port supports notification of baud rate changing.


KNotifyDataFormatChangeSupported

const TUint KNotifyDataFormatChangeSupported

Support

Supported from 6.0

Description

Port supports notification of data bits changing.


KNotifyHandshakeChangeSupported

const TUint KNotifyHandshakeChangeSupported

Support

Supported from 6.0

Description

Port supports notification of handshaking changing.


KNotifyBreakSupported

const TUint KNotifyBreakSupported

Support

Supported from 6.0

Description

Port suppports notification of break occurring.


KNotifyFlowControlChangeSupported

const TUint KNotifyFlowControlChangeSupported

Support

Supported from 6.0

Description

Port supports notification of flow control changing.


KNotifyDataAvailableSupported

const TUint KNotifyDataAvailableSupported

Support

Supported from 6.0

Description

Port supports notification of data becoming available to be read.


KNotifyOutputEmptySupported

const TUint KNotifyOutputEmptySupported

Support

Supported from 6.0

Description

Port supports notification of the output buffer becoming empty.

[Top]


Role capabilities

Description

The following constant is defined in d32comm.h. It is used inTCommCapsV02::iRoleCaps.


KCapsRoleSwitchSupported

const TUint KCapsRoleSwitchSupported

Support

Supported from 6.0

Description

Port supports role switching (DTE/DCE).

[Top]


Flow control capabilities

Description

The following constant is defined in d32comm.h. It is used inTCommCapsV02::iFlowControlCaps.


KCapsFlowControlStatusSupported

const TUint KCapsFlowControlStatusSupported

Support

Supported from 6.0

Description

Port supports retrieval of flow control status.