MRemConInterfaceIf3 Class Reference

class MRemConInterfaceIf3

Mixin for outer layer interfaces to be notified of incoming messages.

Public Member Functions
void MrcibNewMessage ( TUint , const TDesC8 &, TRemConMessageSubType , const TRemConAddress &)

Member Functions Documentation

MrcibNewMessage(TUint, const TDesC8 &, TRemConMessageSubType, const TRemConAddress &)

void MrcibNewMessage ( TUint aOperationId,
const TDesC8 & aData,
TRemConMessageSubType aMessageSubType,
const TRemConAddress & aRemoteAddr
) [pure virtual]

Called when a message comes in for this interface.

Parameters

TUint aOperationId The interface-specific operation id.
const TDesC8 & aData Any operation-specific data.
TRemConMessageSubType aMessageSubType The message subtype.
const TRemConAddress & aRemoteAddr The address of the remote that sent the message (includes the bearer UID).