Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



IrDA Serial Overview


Purpose

Provides emulation of serial port communications over infrared. Its main use is to make infrared available to legacy applications designed to use serial ports.

[Top]


Architectural relationships

The EPOC Serial Comms server defines a generic interface for all serial type communication services, and defines a plug-in architecture for implementing particular providers. IrDA Serial (module name IrCOMM) is such a plug-in. Clients access its services through the generic Serial Communications Server Client-Side API. The plug-in provides a layer over the IrDA Sockets API.

[Top]


Description

The API does not define new types, but is used through the Serial Comms server interface RCommServ and the serial port interface RComm. If the remote device has a IrDA IrCOMM service, connection is made to this, or to IrLPT if the remote device is an infrared printer.

[Top]


See also

Serial Communications Server Client Side Overview