Location:
c32comm.h
Link against: N/A
TSerialInfo
Supported from 5.0
Describes a serial protocol's general capabilities.
Note:
The lowest port need not necessarily be numbered zero.
At least one port is always guaranteed.
The full name of the serial port (used when opening it)
consists of the name returned by TSerialInfo
, followed by a double
colon separator, followed by the unit number as an ASCII number (for instance
COMM::0
).
Defined in TSerialInfo
:
iDescription
, iHighUnit
, iLowUnit
, iName
TPortDescription iDescription
The full name of the port. This is used only for user interaction (see note 4)
TPortName iName
The short name of the port. This is used in calls to
RComm::Open()
(see note 5)
TUint iHighUnit
The highest unit number supported by the serial module