StartupAdaptation::RLanguageListResponse Class Reference

class StartupAdaptation::RLanguageListResponse

Parameter definition for EGetSIMLanguages command response.

Constructor & Destructor Documentation

RLanguageListResponse(const RLanguageListResponse &)

RLanguageListResponse ( const RLanguageListResponse & ) [private]

Parameters

const RLanguageListResponse &

RLanguageListResponse()

RLanguageListResponse ( ) [inline]

Constructor.

Member Functions Documentation

Close()

void Close ( ) [inline]

Closes the language code array and frees all memory allocated to the array.

The function must be called before this object is destroyed.

operator=(const RLanguageListResponse &)

RLanguageListResponse & operator= ( const RLanguageListResponse & ) [private]

Parameters

const RLanguageListResponse &

Member Data Documentation

TInt iErrorCode

TInt iErrorCode

Use KErrNotFound to indicate that there is no SIM card present or the SIM card does not contain the requested list.

RLanguageList iLanguages

RLanguageList iLanguages

Array of zero or more languages codes.