TChunkHeader Class Reference
This class is set in the beginning of the
RChunk
. Class is used to store header information.
Note: All data in here must be 4-byte aligned (using dummy values if needed)
Member Functions Documentation
ContextId()
TInt
|
ContextId
|
(
|
)
|
const [inline]
|
DescriptorCount()
TInt
|
DescriptorCount
|
(
|
)
|
const [inline]
|
Getter for descriptor count.
DoInitBeforeSending()
TBool
|
DoInitBeforeSending
|
(
|
)
|
const [inline]
|
Getter to determine should init be done before sending the message.
MessageDirection()
Getter for message direction enumeration MSenMessage.h
MessageType()
Getter for message class enumeration MSenMessage.h
PendingTransactionId()
TInt
|
PendingTransactionId
|
(
|
)
|
const [inline]
|
Getter for pending transaction id.
SetContextId(TInt)
void
|
SetContextId
|
(
|
TInt
|
aId
|
)
|
[inline]
|
SetDescriptorCount(TInt)
void
|
SetDescriptorCount
|
(
|
TInt
|
aCount
|
)
|
[inline]
|
Setter for descriptor count.
Parameters
TInt
aCount
|
is the descriptor count
|
SetDoInitBeforeSending(TBool)
void
|
SetDoInitBeforeSending
|
(
|
TBool
|
aValue
|
)
|
[inline]
|
Sets the flag indicating that init should be done before sending the message
Parameters
TBool
aValue
|
if ETrue, init will be done before sending if EFalse, init will not be done before sending
|
SetMessageDirection(MSenMessage::TDirection)
Setter for message direction enumeration MSenMessage.h
SetMessageType(MSenMessage::TClass)
Setter for message class enumeration MSenMessage.h
SetPendingTransactionId(TInt)
void
|
SetPendingTransactionId
|
(
|
TInt
|
aId
|
)
|
[inline]
|
Setter for pending transaction id.
SetPropertiesType(MSenProperties::TSenPropertiesClassType)
SetTransactionId(TInt)
void
|
SetTransactionId
|
(
|
TInt
|
aId
|
)
|
[inline]
|
Setter for transaction id.
TransactionId()
TInt
|
TransactionId
|
(
|
)
|
const [inline]
|
Getter for transaction id.
Member Data Documentation
TInt
iContextId
TInt
|
iContextId
|
[private]
|
TInt
iDescriptorCount
TInt
|
iDescriptorCount
|
[private]
|
TInt
iDoInitBeforeSending
TInt
|
iDoInitBeforeSending
|
[private]
|
TInt
iMessageDirection
TInt
|
iMessageDirection
|
[private]
|
TInt
iMessageType
TInt
|
iMessageType
|
[private]
|
TInt
iPendingTransactionId
TInt
|
iPendingTransactionId
|
[private]
|
TInt
iPropertiesType
TInt
|
iPropertiesType
|
[private]
|
TInt
iTransactionId
TInt
|
iTransactionId
|
[private]
|
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.