Messages::TNodeCtxId Class Reference
class Messages::TNodeCtxId : public Messages::TNodeId
|
TNodeCtxId
enriches
TNodeId
to describe entities addressable _within_ the nodes (entities of finer granularity than nodes). It is perceived that a single node (
ANode
) can maintain multiple conversations with its peers and hence it's the conversations that need addressing and not just the node.
Constructor & Destructor Documentation
TNodeCtxId()
IMPORT_C
|
TNodeCtxId
|
(
|
)
|
[explicit]
|
TNodeCtxId(TUint16, const TNodeId &)
IMPORT_C
|
TNodeCtxId
|
(
|
TUint16
|
aNodeCtx,
|
|
const
TNodeId
&
|
aNodeId
|
|
)
|
[explicit]
|
Parameters
TUint16
aNodeCtx
|
Value used to identify an entity within a node. Usually an activity id, but not nescessarily.
|
const
TNodeId
& aNodeId
|
Node to be addressed.
|
TNodeCtxId(const TNodeCtxId &)
IMPORT_C
|
TNodeCtxId
|
(
|
const
TNodeCtxId
&
|
aNodeCtxId
|
)
|
|
TNodeCtxId(TUint8)
IMPORT_C
|
TNodeCtxId
|
(
|
TUint8
|
aSize
|
)
|
[protected, explicit]
|
Member Functions Documentation
operator!=(const TNodeCtxId &)
operator=(const TRuntimeCtxId &)
Assignment operator. Size of aRHS must be greater than or equal to sizeof(TNodeCtxId)
operator==(const TNodeCtxId &)
Member Data Documentation
TUint16
iReserved
Solely here to word align the object, so sizeof() will really return the size. Otherwise, comparision breaks.
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.