Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: sipallowheader.h
Link against: sipcodec.lib

Class CSIPAllowHeader

class CSIPAllowHeader : public CSIPTokenHeaderBase;

Description

Class provides functions for setting and getting parameters in SIP "Allow" header.

sipcodec.lib

Derivation

Members

Defined in CSIPAllowHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewLC(), ~CSIPAllowHeader()

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

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

Inherited from CSIPTokenHeaderBase:
SetValueL(), ToTextValueL(), Value()


Construction and destruction


NewL()

static IMPORT_C CSIPAllowHeader *NewL(RStringF aValue);

Description

Creates a new instance of CSIPAllowHeader

Parameters

RStringF aValue

a value

Return value

CSIPAllowHeader *

a new instance of CSIPAllowHeader


NewLC()

static IMPORT_C CSIPAllowHeader *NewLC(RStringF aValue);

Description

Creates a new instance of CSIPAllowHeader and puts it to CleanupStack

Parameters

RStringF aValue

a value

Return value

CSIPAllowHeader *

a new instance of CSIPAllowHeader


~CSIPAllowHeader()

IMPORT_C ~CSIPAllowHeader();

Description

Destructor, deletes the resources of CSIPAllowHeader.

[Top]


Member functions


DecodeL()

static IMPORT_C RPointerArray< CSIPAllowHeader > DecodeL(const TDesC8 &aValue);

Description

Constructs a CSIPAllowHeader from textual representation of the header's value part.

Parameters

const TDesC8 &aValue

a value part of a "Allow"-header

Return value

RPointerArray< CSIPAllowHeader >

an array containing one to many instances of CSIPAllowHeader


InternalizeValueL()

static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);

Description

Constructs an instance of a CSIPAllowHeader from a RReadStream

Parameters

RReadStream &aReadStream

a stream containing the value of the externalized object (header name not included).

Return value

CSIPHeaderBase *

an instance of a CSIPAllowHeader


CloneL()

virtual IMPORT_C CSIPHeaderBase *CloneL() const;

Description

From CSIPHeaderBase CloneL

Return value

CSIPHeaderBase *


Name()

virtual IMPORT_C RStringF Name() const;

Description

From CSIPHeaderBase Name

Return value

RStringF