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 &) |
void | MrcibNewMessage | ( | TUint | aOperationId, |
const TDesC8 & | aData | |||
) | [pure virtual] |
Called when a message comes in for this interface.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.