CCcSrvMsg Class Reference
class CCcSrvMsg : public CBase
|
Content control server message
ccsrvapi.lib
-
Since
-
S60 v5.0
Constructor & Destructor Documentation
Member Functions Documentation
ConstructL()
void
|
ConstructL
|
(
|
)
|
[private]
|
Data()
Returns pointer to message data
DataSize()
IMPORT_C
TInt
|
DataSize
|
(
|
)
|
|
Returns message data size
ExternalizeHeaderL(RWriteStream &)
Externalizes message header
Parameters
RWriteStream
& aStream
|
Write stream where message header is externalized
|
ExternalizeL(RWriteStream &)
Externalizes message (header and data)
Parameters
RWriteStream
& aStream
|
Write stream where message is externalized
|
Function()
IMPORT_C
TInt
|
Function
|
(
|
)
|
|
InternalizeHeaderL(RReadStream &)
IMPORT_C void
|
InternalizeHeaderL
|
(
|
RReadStream
&
|
aStream
|
)
|
|
Internalizes message header
Parameters
RReadStream
& aStream
|
Read stream where message header is internalized
|
InternalizeL(RReadStream &)
Internalizes message (header and data)
Parameters
RReadStream
& aStream
|
Read stream where message is internalized
|
MarshalL()
IMPORT_C
HBufC8
*
|
MarshalL
|
(
|
)
|
|
Marshals message to a descrptor
Receiver()
Returns receiver of the message
Sender()
Returns sender of the message
SetData(const TDesC8 &)
IMPORT_C void
|
SetData
|
(
|
const
TDesC8
&
|
aData
|
)
|
|
Parameters
const
TDesC8
& aData
|
Message data
|
SetFunction(TInt)
IMPORT_C void
|
SetFunction
|
(
|
TInt
|
aFunction
|
)
|
|
Parameters
TInt
aFunction
|
IPC function
|
SetMessage(RMessage2 &)
IMPORT_C void
|
SetMessage
|
(
|
RMessage2
&
|
aMessage
|
)
|
|
SetMsgId(TUint32)
IMPORT_C void
|
SetMsgId
|
(
|
TUint32
|
aMsgId
|
)
|
|
SetReceiver(TUint32)
IMPORT_C void
|
SetReceiver
|
(
|
TUint32
|
|
)
|
|
Stores receiver of the message
SetSender(TUint32)
IMPORT_C void
|
SetSender
|
(
|
TUint32
|
|
)
|
|
Stores sender of the message
SetStatus(TInt)
IMPORT_C void
|
SetStatus
|
(
|
TInt
|
aStatus
|
)
|
|
Parameters
TInt
aStatus
|
Transaction status
|
SetTrId(TUint32)
IMPORT_C void
|
SetTrId
|
(
|
TUint32
|
aTrId
|
)
|
|
Member Data Documentation
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.