TSatIconInfo Class Reference

class TSatIconInfo

Capsulates the SAT icon information.

SatClient.lib
Since
2.6
Public Member Functions
TSatIconInfo()
IMPORT_C TCodingSchemeCodingScheme()
IMPORT_C TUint16DataLength()
IMPORT_C TUint16FileIdentifier()
IMPORT_C TSizeIconSize()
IMPORT_C TUint16Offset()
voidSetCodingScheme(const TCodingScheme)
voidSetDataLength(const TUint16)
voidSetFileIdentifier(const TUint16)
voidSetIconSize(const TSize)
voidSetOffset(const TUint16)
Public Member Enumerations
enumTCodingScheme { EBasic = 0x11, EColor = 0x21 }
Private Attributes
TCodingScheme iCodingScheme
TUint16 iFileIdentifier
TUint16 iLength
TUint16 iOffset
TSize iSize

Constructor & Destructor Documentation

TSatIconInfo()

TSatIconInfo()

Constructor.

Member Functions Documentation

CodingScheme()

IMPORT_C TCodingSchemeCodingScheme()const

Coding scheme of the icon.

Since
5.1

DataLength()

IMPORT_C TUint16DataLength()const

Length of the icon data.

Since
5.1

FileIdentifier()

IMPORT_C TUint16FileIdentifier()const

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

Since
5.1

IconSize()

IMPORT_C TSizeIconSize()const

Size of the icon.

Since
5.1

Offset()

IMPORT_C TUint16Offset()const

Offset to the EF, where the icon is located.

Since
5.1

SetCodingScheme(const TCodingScheme)

voidSetCodingScheme(const TCodingSchemeaCodingScheme)

Set coding scheme of the icon.

Since
5.1

Parameters

const TCodingScheme aCodingSchemeIcon coding scheme.

SetDataLength(const TUint16)

voidSetDataLength(const TUint16aDataLength)

Set length of the icon data.

Since
5.1

Parameters

const TUint16 aDataLengthLength of the icon data.

SetFileIdentifier(const TUint16)

voidSetFileIdentifier(const TUint16aFileIdentifier)
Set identifies the EF (Elementary File), where the icon is located in the SIM.
Since
5.1

Parameters

const TUint16 aFileIdentifier

SetIconSize(const TSize)

voidSetIconSize(const TSizeaIconSize)

Set size of the icon.

Since
5.1

Parameters

const TSize aIconSizeSize of the icon.

SetOffset(const TUint16)

voidSetOffset(const TUint16aOffset)

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

Since
5.1

Parameters

const TUint16 aOffsetOffset 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.