class CommsFW::TCFCommsMessage : public CommsFW::TCFMessage |
Comms messages used by the Comms Framework.
Public Member Functions | |
---|---|
TCFCommsMessage ( TCodes ) |
Public Member Enumerations | |
---|---|
enum |
TCodes
{
ECodeInvalid = 0, ECodeBind = 10, ECodeBindComplete = 11, ECodeUnbind = 12, ECodeUnbindComplete = 13, ECodeDiscover = 14, ECodeDiscoverResp = 15, ECodeShutdown = 16, ECodeForward = 17, ECodePrivateFlag = 128 } |
Inherited Enumerations | |
---|---|
TCFMessageBase< KCFMessageParamBlockSize >:@30 | |
TCFMessageBase< KCFMessageParamBlockSize >:@31 |
TCFCommsMessage | ( | TCodes | aCode | ) | [inline] |
Constructor for basic comms message type. TCodes
TCodes aCode | Code identifying the specific message type. |
Message types defined by the framework.
ECodeInvalid = 0 |
Invalid, not a message. |
ECodeBind = 10 |
Bind two sub-modules with a set of channels. |
ECodeBindComplete = 11 |
Binding completed; response to ECodeBind. |
ECodeUnbind = 12 |
Unbind two sub-modules and close the corresponding channels. |
ECodeUnbindComplete = 13 |
Unbind completed; response to ECodeUnBind. |
ECodeDiscover = 14 |
Request information such as names of sub-modules. |
ECodeDiscoverResp = 15 |
Reply to discover request. |
ECodeShutdown = 16 |
Request for module to shutdown. |
ECodeForward = 17 |
Message from the root server client forwarder to a module TCFForwardMsg |
ECodePrivateFlag = 128 |
Private message flag; CF channel is being used to convey a message specific to the binding end-points. |
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.