Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_layoutMenuList_t Struct Reference

This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array) More...

#include <nbgl_layout.h>

Public Attributes

nbgl_menuListCallback_t callback
 function to call to retrieve a menu list item text More...
 
uint8_t nbChoices
 total number of choices in the menu list More...
 
uint8_t selectedChoice
 index of the selected choice (centered, in bold) More...
 

Detailed Description

This structure contains a list of names to build a menu list on Nanos, with for each item a description (names array)

Definition at line 235 of file nbgl_layout.h.

Member Data Documentation

◆ callback

nbgl_menuListCallback_t nbgl_layoutMenuList_t::callback

function to call to retrieve a menu list item text

Definition at line 236 of file nbgl_layout.h.

◆ nbChoices

uint8_t nbgl_layoutMenuList_t::nbChoices

total number of choices in the menu list

Definition at line 237 of file nbgl_layout.h.

◆ selectedChoice

uint8_t nbgl_layoutMenuList_t::selectedChoice

index of the selected choice (centered, in bold)

Definition at line 238 of file nbgl_layout.h.


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