TSatIconInfo Class Reference

class TSatIconInfo

Capsulates the SAT icon information.

SatClient.lib
Since
2.6

Constructor & Destructor Documentation

TSatIconInfo()

TSatIconInfo ( )

Constructor.

Member Functions Documentation

CodingScheme()

IMPORT_C TCodingScheme CodingScheme ( ) const

Coding scheme of the icon.

Since
5.1

DataLength()

IMPORT_C TUint16 DataLength ( ) const

Length of the icon data.

Since
5.1

FileIdentifier()

IMPORT_C TUint16 FileIdentifier ( ) const

Identifies the EF (Elementary File), where the icon is located in the SIM.

Since
5.1

IconSize()

IMPORT_C TSize IconSize ( ) const

Size of the icon.

Since
5.1

Offset()

IMPORT_C TUint16 Offset ( ) const

Offset to the EF, where the icon is located.

Since
5.1

SetCodingScheme(const TCodingScheme)

void SetCodingScheme ( const TCodingScheme aCodingScheme )

Set coding scheme of the icon.

Since
5.1

Parameters

const TCodingScheme aCodingScheme Icon coding scheme.

SetDataLength(const TUint16)

void SetDataLength ( const TUint16 aDataLength )

Set length of the icon data.

Since
5.1

Parameters

const TUint16 aDataLength Length of the icon data.

SetFileIdentifier(const TUint16)

void SetFileIdentifier ( const TUint16 aFileIdentifier )
Set identifies the EF (Elementary File), where the icon is located in the SIM.
Since
5.1

Parameters

const TUint16 aFileIdentifier

SetIconSize(const TSize)

void SetIconSize ( const TSize aIconSize )

Set size of the icon.

Since
5.1

Parameters

const TSize aIconSize Size of the icon.

SetOffset(const TUint16)

void SetOffset ( const TUint16 aOffset )

Set offset to the EF, where the icon is located.

Since
5.1

Parameters

const TUint16 aOffset Offset to the EF.

Member Enumerations Documentation

Enum TCodingScheme

Coding scheme of the icon.
Since
2.6

Enumerators

EBasic = 0x11
EColor = 0x21

Member Data Documentation

TCodingScheme iCodingScheme

TCodingScheme iCodingScheme [private]

Coding scheme of the icon.

TUint16 iFileIdentifier

TUint16 iFileIdentifier [private]

File identifier

TUint16 iLength

TUint16 iLength [private]

Length of the icon data.

TUint16 iOffset

TUint16 iOffset [private]

Offset of the icon in EF.

TSize iSize

TSize iSize [private]

Size of the icon.