TRtcpSdesPack Class Reference

class TRtcpSdesPack
Public Member Functions
TRtcpSdesPack(TUint32)
TRtcpSdesPack(TDes8 &)
voidAssignL(RBuf8 &)
TPtrC8 Attribute()
TUint8 Length()
TPtrC8 PreFixString()
voidSetAttribute(TUint8, const TDesC8 &)
voidSetAttribute(const TDesC8 &, const TDesC8 &)
TUint8 Type()
Private Member Functions
TRtcpSdesPack()
Private Attributes
TUint8 *iFirstOctet
TUint8 *iHeaderOctet
TInt32 iLength

Constructor & Destructor Documentation

TRtcpSdesPack(TUint32)

TRtcpSdesPack(TUint32aLength)

Parameters

TUint32 aLength

TRtcpSdesPack(TDes8 &)

TRtcpSdesPack(TDes8 &aPacket)

Parameters

TDes8 & aPacket

TRtcpSdesPack()

TRtcpSdesPack()[private]

Member Functions Documentation

AssignL(RBuf8 &)

voidAssignL(RBuf8 &aBuffer)

Parameters

RBuf8 & aBuffer

Attribute()

TPtrC8 Attribute()

Length()

TUint8 Length()

PreFixString()

TPtrC8 PreFixString()

SetAttribute(TUint8, const TDesC8 &)

voidSetAttribute(TUint8aAttrib,
const TDesC8 &aValue
)

Parameters

TUint8 aAttrib
const TDesC8 & aValue

SetAttribute(const TDesC8 &, const TDesC8 &)

voidSetAttribute(const TDesC8 &aPreString,
const TDesC8 &aValue
)

Parameters

const TDesC8 & aPreString
const TDesC8 & aValue

Type()

TUint8 Type()

Member Data Documentation

TUint8 * iFirstOctet

TUint8 *iFirstOctet[private]

TUint8 * iHeaderOctet

TUint8 *iHeaderOctet[private]

TInt32 iLength

TInt32 iLength[private]