CCMSContentInfo Class Reference
class CCMSContentInfo : public CCMSSequence
|
ContentInfo module
ASN.1 Definition: ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType }
ContentType ::= OBJECT IDENTIFIER
Constructor & Destructor Documentation
CCMSContentInfo()
IMPORT_C
|
CCMSContentInfo
|
(
|
)
|
[protected]
|
~CCMSContentInfo()
~CCMSContentInfo
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL()
IMPORT_C void
|
ConstructL
|
(
|
)
|
[protected]
|
Protected construction to allow derivation
ConstructL(const TDesC &)
IMPORT_C void
|
ConstructL
|
(
|
const
TDesC
&
|
aContentType
|
)
|
[protected]
|
Protected construction to allow derivation
Parameters
const
TDesC
& aContentType
|
|
ConstructL(const TDesC &, const TDesC8 &)
IMPORT_C void
|
ConstructL
|
(
|
const
TDesC
&
|
aContentType,
|
|
const
TDesC8
&
|
aContent
|
|
)
|
[protected]
|
Protected construction to allow derivation
Content()
IMPORT_C const
TDesC8
&
|
Content
|
(
|
)
|
const
|
Getter for content
-
Since
-
3.0
ContentType()
IMPORT_C const
TDesC
&
|
ContentType
|
(
|
)
|
const
|
Getter for content type
-
Since
-
2,8
DecodeL(const TDesC8 &)
void
|
DecodeL
|
(
|
const
TDesC8
&
|
aRawData
|
)
|
|
Parameters
const
TDesC8
& aRawData
|
raw-data to be parsed in this instance
|
NewLC()
Two-phased constructor. Leaves the created object in cleanup stack.
NewLC(const TDesC &, const TDesC8 &)
Two-phased constructor. Takes copy of the both contetn type and content. Leaves the created object in cleanup stack.
Parameters
const
TDesC
& aContentType
|
|
const
TDesC8
& aContent
|
Content of this ContentInfo.
|
SetContentL(const TDesC8 &)
IMPORT_C void
|
SetContentL
|
(
|
const
TDesC8
&
|
aContent
|
)
|
|
Setter for content, takes copy
-
Since
-
3.0
Parameters
const
TDesC8
& aContent
|
Content to be set
|
SetContentTypeL(const TDesC &)
IMPORT_C void
|
SetContentTypeL
|
(
|
const
TDesC
&
|
aAttributeType
|
)
|
|
Setter for content type, takes copy
-
Since
-
2.8
Parameters
const
TDesC
& aAttributeType
|
|
Member Data Documentation
HBufC * iContentType
HBufC
*
|
iContentType
|
[protected]
|
MCMSContentInfoExtension * iReserved
MCMSContentInfoExtension *
|
iReserved
|
[protected]
|
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.