#include <btsdp.h>
class CSdpAttrValueURL : public CSdpAttrValue |
Public Member Functions | |
---|---|
virtual | ~CSdpAttrValueURL() |
virtual TUint | DataSize() |
virtual const TPtrC8 | Des() |
IMPORT_C CSdpAttrValueURL * | NewURLL(const TDesC8 &) |
virtual TSdpElementType | Type() |
A URL value of an attribute.
TUint | DataSize | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::DataSize()const
Gets the size of the attribute.
Returns: Size of the attribute in bytes.
const TPtrC8 | Des | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::Des()const
Gets the value as a data buffer.
Returns: Attribute value
IMPORT_C CSdpAttrValueURL * | NewURLL | ( | const TDesC8 & | aString | ) | [static] |
Allocates and constructs a new CSdpAttrValueURL object.
Parameter | Description |
---|---|
aString | Buffer containing the attribute value |
Returns: New CSdpAttrValueURL object
TSdpElementType | Type | ( | ) | const [virtual] |
Reimplemented from CSdpAttrValue::Type()const
Gets the attribute type.
Returns: Attribute type. Always ETypeURL.