Embedded SDK
Embedded SDK
|
This structure contains a list of names to build a list of radio buttons (on the right part of screen), with for each a description (names array) The chosen item index is provided is the "index" argument of the callback. More...
#include <nbgl_content.h>
Public Attributes | ||
union { | ||
const char *const * names | ||
array of strings giving the choices (nbChoices) More... | ||
}; | ||
bool | localized | |
if set to true, use nameIds and not names | ||
uint8_t | nbChoices | |
number of choices | ||
uint8_t | initChoice | |
index of the current choice | ||
uint8_t | token | |
the token that will be used as argument of the callback | ||
This structure contains a list of names to build a list of radio buttons (on the right part of screen), with for each a description (names array) The chosen item index is provided is the "index" argument of the callback.
Definition at line 300 of file nbgl_content.h.
union { ... } nbgl_contentRadioChoice_t |
uint8_t nbgl_contentRadioChoice_t::initChoice |
index of the current choice
Definition at line 309 of file nbgl_content.h.
bool nbgl_contentRadioChoice_t::localized |
if set to true, use nameIds and not names
Definition at line 307 of file nbgl_content.h.
const char* const* nbgl_contentRadioChoice_t::names |
array of strings giving the choices (nbChoices)
Definition at line 302 of file nbgl_content.h.
uint8_t nbgl_contentRadioChoice_t::nbChoices |
number of choices
Definition at line 308 of file nbgl_content.h.
uint8_t nbgl_contentRadioChoice_t::token |
the token that will be used as argument of the callback
Definition at line 310 of file nbgl_content.h.