CSdpOriginFieldPtrs Class Reference

class CSdpOriginFieldPtrs : public CBase

This class encapsulates the data of CSdpAttributeField.

sdpcodec.lib

Inherits from

Constructor & Destructor Documentation

CSdpOriginFieldPtrs()

CSdpOriginFieldPtrs()[private]

~CSdpOriginFieldPtrs()

~CSdpOriginFieldPtrs()

Member Functions Documentation

ConstructL(TInt64, TInt64)

voidConstructL(TInt64aSessionId,
TInt64aSessionVersion
)[private]

Parameters

TInt64 aSessionId
TInt64 aSessionVersion

NewL(TInt64, TInt64)

CSdpOriginFieldPtrs *NewL(TInt64aSessionId,
TInt64aSessionVersion
)[static]

Parameters

TInt64 aSessionId
TInt64 aSessionVersion

SessionId()

const TDesC8 &SessionId()const

SessionVersion()

const TDesC8 &SessionVersion()const

SetSessionIdL(const TDesC8 &)

voidSetSessionIdL(const TDesC8 &aSessionId)

Parameters

const TDesC8 & aSessionId

SetSessionIdL(TInt64)

voidSetSessionIdL(TInt64aSessionId)

Parameters

TInt64 aSessionId

SetSessionVersionL(const TDesC8 &)

voidSetSessionVersionL(const TDesC8 &aSessionVersion)

Parameters

const TDesC8 & aSessionVersion

SetSessionVersionL(TInt64)

voidSetSessionVersionL(TInt64aSessionVersion)

Parameters

TInt64 aSessionVersion

SetUserNameL(const TDesC8 &)

voidSetUserNameL(const TDesC8 &aUserName)

Parameters

const TDesC8 & aUserName

UserName()

const TDesC8 &UserName()const

Member Data Documentation

HBufC8 * iSessionId

HBufC8 *iSessionId[private]

HBufC8 * iSessionVersion

HBufC8 *iSessionVersion[private]

HBufC8 * iUserName

HBufC8 *iUserName[private]