MRxDataObserver Class Reference

class MRxDataObserver

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

Public Member Functions
void SetStatusL ( CRxData &, TInt )
Private Member Functions
void MRDO_Reserved1 ()
void MRDO_Reserved2 ()

Member Functions Documentation

MRDO_Reserved1()

void MRDO_Reserved1 ( ) [private, inline, virtual]

MRDO_Reserved2()

void MRDO_Reserved2 ( ) [private, inline, virtual]

SetStatusL(CRxData &, TInt)

void SetStatusL ( CRxData & aRxData,
TInt aStatus
) [pure virtual]

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.