Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: sipunsignedintheaderbase.h
Link against: sipcodec.lib

Class CSIPUnsignedIntHeaderBase

class CSIPUnsignedIntHeaderBase : public CSIPHeaderBase;

Description

A base class for SIP headers having form: "Name: 1*DIGIT"

sipcodec.lib

Derivation

Members

Defined in CSIPUnsignedIntHeaderBase:
SetValue(), ToTextValueL(), Value(), ~CSIPUnsignedIntHeaderBase()

Inherited from CBase:
Delete(), Extension_(), operator new()

Inherited from CSIPHeaderBase:
CloneL(), ExternalizeL(), ExternalizeSupported(), Name(), PushLC(), ToTextL(), ToTextLC(), ToTextValueLC()


Construction and destruction


~CSIPUnsignedIntHeaderBase()

virtual IMPORT_C ~CSIPUnsignedIntHeaderBase();

Description

Destructor, deletes the resources of CSIPUnsignedIntHeaderBase.

[Top]


Member functions


SetValue()

IMPORT_C void SetValue(TUint aValue);

Description

Sets the header value as an unsigned integer

Parameters

TUint aValue

a value to set


Value()

IMPORT_C TUint Value() const;

Description

Gets the header value as an unsigned integer

Return value

TUint

the header value


ToTextValueL()

virtual IMPORT_C HBufC8 *ToTextValueL() const;

Description

From CSIPHeaderBase ToTextValueL

Return value

HBufC8 *