CSuplResponse Class Reference

class CSuplResponse : public CBase

The class defines the SUPL INIT Message, which is the initial message from SLP to SET

Inherits from

Constructor & Destructor Documentation

CSuplResponse(CSuplResponseContent *)

CSuplResponse(CSuplResponseContent *aSuplResponseContent)[private]

Parameters

CSuplResponseContent * aSuplResponseContent

~CSuplResponse()

~CSuplResponse()

Member Functions Documentation

ConstructL()

voidConstructL()[private]

DecodeFromL(const TDesC8 &, const TInt, TInt &)

voidDecodeFromL(const TDesC8 &aBufferToDecode,
const TIntaStartBitPos,
TInt &aDecodedBitsLength
)

Parameters

const TDesC8 & aBufferToDecode
const TInt aStartBitPos
TInt & aDecodedBitsLength

EncodeL(CAsn1PerEncoding &)

voidEncodeL(CAsn1PerEncoding &aPerEncoding)

Parameters

CAsn1PerEncoding & aPerEncoding

NewL(CSuplResponseContent *)

CSuplResponse *NewL(CSuplResponseContent *aSuplResponseContent)[static]

Implemetation of CSuplResponse Class

Parameters

CSuplResponseContent * aSuplResponseContent

NewLC(CSuplResponseContent *)

CSuplResponse *NewLC(CSuplResponseContent *aSuplResponseContent)[static]

Parameters

CSuplResponseContent * aSuplResponseContent

Member Data Documentation

CSuplResponseContent * iSuplResponseContent

CSuplResponseContent *iSuplResponseContent[private]