MRemConInterfaceIf Class Reference

class MRemConInterfaceIf

Mixin for outer layer interfaces to be notified of incoming messages (commands and responses). Having received a command, the client is obliged to send a response. A client can only have one send outstanding at any time. If commands come in quickly, the client is responsible for queueing its responses to them. Note that each command delivered to a target involves memory allocated in the server s heap, which is only released on client closure or when a response is sent.

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

Member Functions Documentation

MrcibNewMessage(TUint, const TDesC8 &)

void MrcibNewMessage ( TUint aOperationId,
const TDesC8 & aData
) [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.