Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: MRxDataObserver.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class MRxDataObserver

class MRxDataObserver;

Description

An interface to be implemented by classes that wish to receive status information from an implementation of the CRxData class.

Members

Defined in MRxDataObserver:
MRDO_Reserved1(), MRDO_Reserved2(), SetStatusL()


Member functions


SetStatusL()

virtual void SetStatusL(CRxData &aRxData, TInt aStatus)=0;

Description

Intended Usage: Receive a status message from the object that processes received data in a protocol handler.

Parameters

CRxData &aRxData

The object which is processing the data.

TInt aStatus

The status (or error) code.


MRDO_Reserved1()

private: inline virtual void MRDO_Reserved1();

Description


MRDO_Reserved2()

private: inline virtual void MRDO_Reserved2();

Description