Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: c32comm.h
Link against:

Enum TCommAccess

TCommAccess

Support

Supported from 5.0

Description

Specifies the mode in which a port is opened.

Note:

ECommExclusive

Once open, the port cannot be used by any other RComm clients. An attempt to open a port in exclusive mode will fail if another process has already opened the port in shared mode.

ECommShared

The port can be shared by other RComm clients who open in the same mode

ECommPreemptable

Allows another client to pre-empt the session with an open request in one of the other two modes