MD_Menu Library  2.1
Library for 1 or 2 line display menu management
MD_Menu::mnuItem_t Struct Reference

#include <MD_Menu.h>

Public Attributes

mnuId_t id
 Identifier for this item.
 
char label [ITEM_LABEL_SIZE+1]
 Label for this menu item.
 
mnuAction_t action
 Selecting this item does this action.
 
mnuId_t actionId
 Associated menu or input field Id.
 

Detailed Description

Menu item definition

Defines the item data for the menu. The items are conceptually 'child' records of a menu header item, where a continuous range form part of the menu.


The documentation for this struct was generated from the following file: