RCommServ Class Reference

class RCommServ : public RSessionBase

Represents a session with the serial comms server. Functions are provided for connection to the server and for loading and unloading different comms modules, and services for finding out the name and numbers of the available ports.

Sessions with the serial comms server are not shareable.

Comms modules are also known as "CSY"s due to their ".CSY" extension, derived from the term "Comms SYstem".

This class is not intended for user derivation.

Inherits from

Public Member Functions
RCommServ ()
IMPORT_C TInt Connect ()
IMPORT_C TInt CreateThreadInCommProc (const TDesC &, const TDesC &, TThreadFunction , TInt , TInt , TInt )
IMPORT_C TInt GetPortInfo (const TDesC &, TSerialInfo &)
IMPORT_C TInt GetPortInfo ( TInt , TDes &, TSerialInfo &)
IMPORT_C TInt LoadCommModule (const TDesC &)
IMPORT_C TInt NumPorts ( TInt &)
IMPORT_C TInt UnloadCommModule (const TDesC &)
IMPORT_C TVersion Version ()
IMPORT_C TInt __DbgCheckHeap ( TInt )
IMPORT_C TInt __DbgFailNext ( TInt )
IMPORT_C TInt __DbgMarkEnd ( TInt )
IMPORT_C TInt __DbgMarkHeap ()
IMPORT_C TInt __DbgSetTraceMask ( TC32Trace )
Private Member Functions
TBool IsServerThreadL ()
Inherited Functions
RHandleBase::Attributes()const
RHandleBase::BTraceId()const
RHandleBase::Close()
RHandleBase::DoExtendedClose()
RHandleBase::Duplicate(const RThread &,TOwnerType)
RHandleBase::FullName()const
RHandleBase::FullName(TDes &)const
RHandleBase::Handle()const
RHandleBase::HandleInfo(THandleInfo *)
RHandleBase::Name()const
RHandleBase::NotifyDestruction(TRequestStatus &)
RHandleBase::Open(const TFindHandleBase &,TOwnerType)
RHandleBase::OpenByName(const TDesC &,TOwnerType,TInt)
RHandleBase::RHandleBase()
RHandleBase::RHandleBase(TInt)
RHandleBase::SetHandle(TInt)
RHandleBase::SetHandleNC(TInt)
RSessionBase::CreateSession(RServer2,const TVersion &)
RSessionBase::CreateSession(RServer2,const TVersion &,TInt)
RSessionBase::CreateSession(RServer2,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *)
RSessionBase::CreateSession(const TDesC &,const TVersion &)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TIpcSessionType,const TSecurityPolicy *,TRequestStatus *)
RSessionBase::CreateSession(const TDesC &,const TVersion &,TInt,TRequestStatus *)
RSessionBase::Open(RMessagePtr2,TInt,TOwnerType)
RSessionBase::Open(RMessagePtr2,TInt,const TSecurityPolicy &,TOwnerType)
RSessionBase::Open(TInt,TOwnerType)
RSessionBase::Open(TInt,const TSecurityPolicy &,TOwnerType)
RSessionBase::Send(TInt)const
RSessionBase::Send(TInt,const TIpcArgs &)const
RSessionBase::SendReceive(TInt)const
RSessionBase::SendReceive(TInt,TRequestStatus &)const
RSessionBase::SendReceive(TInt,const TIpcArgs &)const
RSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const
RSessionBase::SetReturnedHandle(TInt)
RSessionBase::SetReturnedHandle(TInt,RHandleBase &)
RSessionBase::SetReturnedHandle(TInt,const TSecurityPolicy &)
RSessionBase::ShareAuto()
RSessionBase::ShareProtected()
Inherited Enumerations
RHandleBase:TAttributes
RSessionBase:TAttachMode
Inherited Attributes
RHandleBase::iHandle

Constructor & Destructor Documentation

RCommServ()

IMPORT_C RCommServ ( )
Default constructor.
capability
None

Member Functions Documentation

Connect()

IMPORT_C TInt Connect ( )

Connects a client process to the comms server.

Use this function to open a session to the Comms server. Default number of message slots is defined in KDefaultMessageSlots.

Notes:

1. RHandleBase provides the necessary Close() function, which should be called when the server session is no longer required. Note that the kernel completes the Close() function immediately and so RCommServ resources still used by this client may not yet have been released at the time the Close() returns. A consequence of this is that an attempt to open a port previously opened for exclusive use in a session that is still closing might fail. 2. Older versions of Symbian OS specified that a call to "StartC32" was required before a call to this Connect() . However, C32 Serial server is now started automatically during device boot so this is not necessary unless the application is to run in a non-standard GUI environment.

capability
None

CreateThreadInCommProc(const TDesC &, const TDesC &, TThreadFunction, TInt, TInt, TInt)

IMPORT_C TInt CreateThreadInCommProc ( const TDesC & aLibraryName,
const TDesC & aThreadName,
TThreadFunction aFunction,
TInt aStackSize,
TInt aHeapMinSize,
TInt aHeapMaxSize
) [static]

This functionality has been withdrawn since the introduction of Platform Security.

This API has been replaced with a more secure and controlled model for loading threads into the Comms process, known as the Configurator. The Configurator requires a Comms Provider Module (DLL) to be available that provides the code for the thread to execute, and a configuration file that describes to the Configurator how to manage the Comms Provider Module. Further information on this is only available in documentation libraries that include the Configurator documentation.

capability
CommDD (Deprecate)

Parameters

const TDesC & aLibraryName This value is not used.
const TDesC & aThreadName This value is not used.
TThreadFunction aFunction This value is not used.
TInt aStackSize A negative value will result in a panic.
TInt aHeapMinSize A value less than KMinHeapSize will result in a panic.
TInt aHeapMaxSize A value less than aHeapMinSize will result in a panic.

GetPortInfo(const TDesC &, TSerialInfo &)

IMPORT_C TInt GetPortInfo ( const TDesC & aName,
TSerialInfo & aInfo
)

Gets static information about the available serial ports for a particular comms module.

This variant enables the comms module to be specified in Port Prefix format or by filename.

There is no wildcard support.

Notes:

1. This API only returns static information about the available ports as they were when the module loaded, so ports listed as available may actually be in use exclusively by another client at the time of this call.

2. The information returned does not account for any security restrictions on ports, and so does not check whether the client has the capabilities to open all the advertised ports.

capability
None

Parameters

const TDesC & aName The name of the comms module in Port Prefix format (eg "COMM" for RS232), or the filename of the CSY as supplied to LoadCommModule() excluding the ".CSY" extension (eg "ECUART" for RS232). The supplied name will be truncated to be KMaxPortName (16) characters long.
TSerialInfo & aInfo On return, contains information about the ports available, including the high and low unit numbers and their name in Port Prefix format.

GetPortInfo(TInt, TDes &, TSerialInfo &)

IMPORT_C TInt GetPortInfo ( TInt aIndex,
TDes & aModuleName,
TSerialInfo & aInfo
)

Gets static information about the available serial ports for a particular comms module.

This variant enables the comms module to be specified by an index number from 0, enabling iteration through the loaded comms modules. Call NumPorts() to obtain the current number of loaded comms modules.

Notes:

1. This API only returns static information about the available ports as they were when the module loaded, so ports listed as available may actually be in use exclusively by another client at the time of this call.

2. The information returned does not account for any security restrictions on ports, and so does not check whether the client has the capabilities to open all the advertised ports.

3. If another C32 client unloads a CSY module, the index of each of the remaining modules may change. If a client is attempting to iterate through all the open modules when this occurs, the iteration may miss a module or receive KErrNotFound unexpectedly. This behaviour can be detected by observing that the value returned by NumPorts() changes.

capability
None

Parameters

TInt aIndex Index number of the comms module, starting at 0.
TDes & aModuleName On return, contains the name of the comms module referred to by aIndex. This name is expressed as the filename without the path or extension, and the case is not specified since it is determined by the first request to LoadCommModule.
TSerialInfo & aInfo On return, contains information about the ports available, including the high and low unit numbers and their name.

IsServerThreadL()

TBool IsServerThreadL ( ) [private, static]

Return TRUE if this thread is the C32 main thread

Note:

This function is not as water tight as it could be. This is due to a limitation in our ability to get the thread name. Under non-WINS builds the thread name is (even after we rename it) a combination of process name, OS data and thread name. Therefore we search for a thread name ending in "CommServer" and belonging to the C32 process. If another process started a thread in C32 via the CreateThreadInCommProc() call with a name ending in "CommServer" then this function may start to produce incorrect results.

LoadCommModule(const TDesC &)

IMPORT_C TInt LoadCommModule ( const TDesC & aFileName )

Loads a comms module.

Use this function to load a CSY comms module. These are protocol modules that C32 Serial Server uses to understand how to handle a particular port.

Notes:

1. There is no need for an extension, as ".CSY" is automatically appended by this function.

2. This function only loads CSYs that have been installed correctly into one of the system's /sys/bin directories

3. If the module has already been loaded by another client, this function will increment the reference to the module.

4. It is not an error to load the same module twice or more, although there is no practical application for this ability. On each subsequent load for the same module the reference count is simply incremented. When the session is closed, all module references are removed including references from repeated loading of the same module.

5. There is no limit to the number of modules that can be loaded from within a single session.

With the exception of some hardware configurations, four modules are normally available as standard:

ECUART is used to address appropriate serial ports in RS232 mode. It is normally customised for a device.

IRCOMM drives the infrared port in infrared mode.

BTCOMM drives the Bluetooth emulated serial port.

ECACM drives the USB port(s).

capability
None

Parameters

const TDesC & aFileName Name of the file to load as a module, optionally containing the ".CSY" extension. The filename may include the full path including drive letter for the CSY.

NumPorts(TInt &)

IMPORT_C TInt NumPorts ( TInt & aNum )

Get the number of unique comms modules (CSYs) loaded into C32.

This number includes modules loaded by other sessions.

capability
None

Parameters

TInt & aNum On return, holds the number of loaded CSYs

UnloadCommModule(const TDesC &)

IMPORT_C TInt UnloadCommModule ( const TDesC & aName )

Remove this client's reference to the named communications module. If this is the last client to reference the communications module, the module is unloaded.

Note:

There is no need to unload a comms module when the connection to the server is closed, as this is done automatically by the C32 Server. For example, the following code will not result in a leak:
         _LIT(KCSYName,"ECUART");
		RCommServ commSession;
		if (commSession.Connect() == KErrNone)
			{
			TInt ret = commSession.LoadCommModule(KCSYName);
			commSession.Close();
			}
        

Parameters

const TDesC & aName Name of the module to unload described in Port Prefix format. This may not necessarily be the same name as that used to load the module. Examples: The ECUART module, where supplied, is loaded via "ECUART" or "ECUART.CSY" but unloaded via "COMM". The infrared module, where supplied, is loaded via "IRCOMM.CSY" or "IRCOMM" but unloaded only via "IRCOMM".

Version()

IMPORT_C TVersion Version ( ) const

Returns the client side version number.

Use this function to get the version number. The version number may be incremented in future releases of the comms server. If extra features are added in such releases, the version number may be used by application programs as a basis for assessing the capabilities of the comms server. Version-specific functions will be marked as such in the SDK documentation.

capability
None

__DbgCheckHeap(TInt)

IMPORT_C TInt __DbgCheckHeap ( TInt aCount )

Checks the heap mark in the comm server

Only valid for Debug builds.
capability
None

Parameters

TInt aCount

__DbgFailNext(TInt)

IMPORT_C TInt __DbgFailNext ( TInt aCount )

Emulates a single fail next heap allocation in the comm server. If C32 is running multiple threads the same request is passed to each thread. Each C32 thread will only act on this request if it has not already been configured for heap failures via CMI files.

Only valid for Debug builds.
capability
None

Parameters

TInt aCount Specifies that after aCount-1 successful allocations the failure will occur on the next allocation - ie the failure will occur on the aCount allocation attempt. A value less than zero cancels any outstanding failure request. A value of zero is equivalent to a value of one - ie, fail on the next attempt.

__DbgMarkEnd(TInt)

IMPORT_C TInt __DbgMarkEnd ( TInt aCount )

Sets the heap mark end in the comm server

Only valid for Debug builds.
capability
None

Parameters

TInt aCount

__DbgMarkHeap()

IMPORT_C TInt __DbgMarkHeap ( )

Sets a heap mark in the comm server

Only valid for Debug builds.

capability
None

__DbgSetTraceMask(TC32Trace)

IMPORT_C TInt __DbgSetTraceMask ( TC32Trace aMask )

The functionality of this API has been removed.

Where tracing is required, please refer to the Comms Infrastructure documentation on logging.

capability
None

Parameters

TC32Trace aMask This value is not used.