MRemConInterfaceIf3 Class Reference

class MRemConInterfaceIf3

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

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

Member Functions Documentation

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

voidMrcibNewMessage(TUintaOperationId,
const TDesC8 &aData,
TRemConMessageSubTypeaMessageSubType,
const TRemConAddress &aRemoteAddr
)[pure virtual]

Called when a message comes in for this interface.

Parameters

TUint aOperationIdThe interface-specific operation id.
const TDesC8 & aDataAny operation-specific data.
TRemConMessageSubType aMessageSubTypeThe message subtype.
const TRemConAddress & aRemoteAddrThe address of the remote that sent the message (includes the bearer UID).