c32comm.h File Reference

#include <c32comm.h>

KCommBufferFull

const TUintKCommBufferFull

Use full buffering. Used by RComm::SetMode().

KCommBufferPartial

const TUintKCommBufferPartial

Use partial buffering. Used by RComm::SetMode().

Typedef TCommServerConfig

typedef TPckgBuf< TCommServerConfigV01 >TCommServerConfig

Package buffer for a server configuration object. TCommServerConfig is used as an argument to RComm::Mode() and RComm::SetMode().

KMaxPortDescription

const TIntKMaxPortDescription

Maximum length of port full name, TPortDescription (48 characters).

KMaxPortName

const TIntKMaxPortName

Maximum length of the Port Prefix format name, as used by TPortName (16 characters).

KCommResetRx

const TUintKCommResetRx

Reset the receive buffer

KCommResetTx

const TUintKCommResetTx

Reset the transmit buffer

Typedef TPortName

typedef TBuf< KMaxPortName >TPortName

Port name. Used by TSerialInfo::iName.

Typedef TPortDescription

typedef TBuf< KMaxPortDescription >TPortDescription

Full port name/description. Used by TSerialInfo::iDescription.