CVoIPDataBufferImpl Class Reference

class CVoIPDataBufferImpl : public CBase
CVoIPDataBuferImpl ?description
Since
S60 v5.0

Inherits from

Constructor & Destructor Documentation

CVoIPDataBufferImpl()

CVoIPDataBufferImpl ( ) [protected]

Constructor

Since
S60 v5.0

~CVoIPDataBufferImpl()

~CVoIPDataBufferImpl ( ) [virtual]

Destructor

Since
S60 v5.0

Member Functions Documentation

ConstructL(TInt)

void ConstructL ( TInt aBufferLen ) [protected]

Symbian constructor

Since
S60 v5.0

Parameters

TInt aBufferLen

GetBufferType(CVoIPDataBuffer::TVoIPBufferType &)

void GetBufferType ( CVoIPDataBuffer::TVoIPBufferType & aType )

GetPayloadPtr

Since
S60 v5.0

GetPayloadPtr(TPtr8 &)

void GetPayloadPtr ( TPtr8 & aPayloadPtr )

GetPayloadPtr

Since
S60 v5.0

Parameters

TPtr8 & aPayloadPtr

NewL(TInt)

CVoIPDataBufferImpl * NewL ( TInt aBufferLen ) [static]

2-phased constructor

Since
S60 v5.0

Parameters

TInt aBufferLen

SetPayloadPtr(TPtr8)

void SetPayloadPtr ( TPtr8 aPayloadPtr )

SetPayloadPtr

Since
S60 v5.0

Parameters

TPtr8 aPayloadPtr

Member Data Documentation

HBufC8 * iBuf

HBufC8 * iBuf [protected]

TInt iBufferLen

TInt iBufferLen [protected]

TPtr8 iPayloadPtr

TPtr8 iPayloadPtr [protected]

CVoIPDataBuffer::TVoIPBufferType iType

CVoIPDataBuffer::TVoIPBufferType iType [protected]