class CSdpAttrValueString : public CSdpAttrValue |
A Text String value of an attribute.
The encoding of the string is up to the user. The interpretation of the encoding is enabled using facilities in SDP.
Public Member Functions | |
---|---|
~CSdpAttrValueString() | |
TUint | DataSize() |
const TPtrC8 | Des() |
IMPORT_C CSdpAttrValueString * | NewStringL(const TDesC8 &) |
TSdpElementType | Type() |
Private Member Functions | |
---|---|
CSdpAttrValueString() | |
void | ConstructL(const TDesC8 &) |
Private Attributes | |
---|---|
HBufC8 * | iBuffer |
void | ConstructL | ( | const TDesC8 & | aString | ) | [private] |
const TDesC8 & aString |
IMPORT_C CSdpAttrValueString * | NewStringL | ( | const TDesC8 & | aString | ) | [static] |
Allocates and constructs a new CSdpAttrValueString object.
const TDesC8 & aString | Buffer containing a Text String value for the attribute |
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.