CTlvBase Class Reference

class CTlvBase : public CBase

Inherits from

Constructor & Destructor Documentation

CTlvBase()

CTlvBase()

Constructor

Member Functions Documentation

Data()

TPtrC8 Data()const

Get pointer to TLV data

GetComprehensionRequired()

TBool GetComprehensionRequired()const

Returns true if comprehension flag is on

GetLength()

TUint8 GetLength()const

Get length part of TLV

GetSize()

TInt GetSize()const

Get total size, including tag

GetTag()

TUint8 GetTag()const

Get tag part of TLV

GetValue()

TPtrC8 GetValue()const

Get value part of TLV

SetData(TPtrC8)

voidSetData(TPtrC8aData)

Set TLV data

Parameters

TPtrC8 aData

Member Data Documentation

TPtrC8 iData

TPtrC8 iData[protected]