|
Embedded SDK
Embedded SDK
|

Public Attributes | ||
| union { | ||
| TextContext_t textContext | ||
| if type is TEXT_STEP or CENTERED_INFO_STEP More... | ||
| MenuListContext_t menuListContext | ||
| if type is MENU_LIST_STEP More... | ||
| }; | ||
| nbgl_screenTickerConfiguration_t | ticker | |
| structure containing information about ticker | ||
| nbgl_layout_t * | layout | |
| handler of the used layout | ||
| StepStype_t | type | |
| type of step | ||
| bool | modal | |
| true if modal | ||
Definition at line 71 of file nbgl_step.c.
| union { ... } StepContext_s |
| nbgl_layout_t* StepContext_s::layout |
handler of the used layout
Definition at line 77 of file nbgl_step.c.
| MenuListContext_t StepContext_s::menuListContext |
if type is MENU_LIST_STEP
Definition at line 74 of file nbgl_step.c.
| bool StepContext_s::modal |
true if modal
Definition at line 79 of file nbgl_step.c.
| TextContext_t StepContext_s::textContext |
if type is TEXT_STEP or CENTERED_INFO_STEP
Definition at line 73 of file nbgl_step.c.
| nbgl_screenTickerConfiguration_t StepContext_s::ticker |
structure containing information about ticker
Definition at line 76 of file nbgl_step.c.
| StepStype_t StepContext_s::type |
type of step
Definition at line 78 of file nbgl_step.c.