RSat::TItem Struct Reference

struct RSat::TItem

Each item in a SET UP MENU or SELECT ITEM command's menu has these two properties. RSat::TItem::iItemString is the string to display in the menu. If the user selects an item, return the item's RSat::TItem::iItemId to the UICC so that the UICC knows which item has been selected.

Use RSat::TMenuItemBaseV1::GetItem() to retrieve an item's RSat::TItem.

Menu items may also have an icon and/or a "next action identifier" associated with them. These are also retrieved with RSat::TMenuItemBaseV1::GetItem()

Public Attributes
TUint8 iItemId
TBuf16< KMenuItemMaxSize >iItemString

Member Data Documentation

TUint8 iItemId

TUint8 iItemId

TBuf16< KMenuItemMaxSize > iItemString

TBuf16< KMenuItemMaxSize >iItemString