class Den::TPlayerMsg : public CommsFW::TCFMessage |
class TPlayerMsg Messages from a Dealer to a Player in another thread
Public Member Functions | |
---|---|
TPlayerMsg(TInt) |
Public Member Enumerations | |
---|---|
enum | TCode { EForwardRequest = TWorkerMsg::ELastWorkerMsgCode + 1, ESessionClose, ESessionCloseResp } |
Inherited Enumerations | |
---|---|
TCFMessageBase< KCFMessageParamBlockSize >:@85 |
EForwardRequest = TWorkerMsg::ELastWorkerMsgCode + 1 |
This is the most common message. It is used to forward IPC requests from a Dealer to a Player. |
ESessionClose |
When a session is closed by a client the Dealer will send this message to all Players that might have relations (sub-sessions) to this session.
Note:
TPlayerMsg::ESessionCloseResp The receiver is expected to response with a ESessionCloseResp message. |
ESessionCloseResp |
Notify the Dealer that cleanup related to the ESessionClose message is completed. TPlayerMsg::ESessionClose |
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.