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 More... | |
uint8_t | nbChoices |
number of choices More... | |
uint8_t | initChoice |
index of the current choice More... | |
uint8_t | token |
the token that will be used as argument of the callback More... | |
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 286 of file nbgl_content.h.
union { ... } |
uint8_t nbgl_contentRadioChoice_t::initChoice |
index of the current choice
Definition at line 295 of file nbgl_content.h.
bool nbgl_contentRadioChoice_t::localized |
if set to true, use nameIds and not names
Definition at line 293 of file nbgl_content.h.
const char* const* nbgl_contentRadioChoice_t::names |
array of strings giving the choices (nbChoices)
Definition at line 288 of file nbgl_content.h.
uint8_t nbgl_contentRadioChoice_t::nbChoices |
number of choices
Definition at line 294 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 296 of file nbgl_content.h.