Den::TPlayerMsg Class Reference

class Den::TPlayerMsg : public CommsFW::TCFMessage

class TPlayerMsg Messages from a Dealer to a Player in another thread

Constructor & Destructor Documentation

TPlayerMsg(TInt)

TPlayerMsg ( TInt aCode ) [inline]

Parameters

TInt aCode

Member Enumerations Documentation

Enum TCode

Enumerators

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:

The receiver is expected to response with a ESessionCloseResp message.

TPlayerMsg::ESessionCloseResp
ESessionCloseResp

Notify the Dealer that cleanup related to the ESessionClose message is completed. TPlayerMsg::ESessionClose