Embedded SDK
Embedded SDK
|
Structure containing all specific information when creating a NBGL step. More...
#include <nbgl_flow.h>
Public Attributes | |
nbgl_stepCallback_t | init |
if not NULL, function to be called when the step is entered More... | |
nbgl_stepCallback_t | callback |
if not NULL, function to be called on "double-key" action More... | |
const char * | text |
text to display in step (can be multi-pages if icon == NULL) More... | |
const char * | subText |
sub-text to display in step (NULL most of the time) More... | |
const nbgl_icon_details_t * | icon |
icon to display in step (text must be single-page) More... | |
Structure containing all specific information when creating a NBGL step.
Definition at line 43 of file nbgl_flow.h.
nbgl_stepCallback_t nbgl_stepDesc_s::callback |
if not NULL, function to be called on "double-key" action
Definition at line 45 of file nbgl_flow.h.
const nbgl_icon_details_t* nbgl_stepDesc_s::icon |
icon to display in step (text must be single-page)
Definition at line 48 of file nbgl_flow.h.
nbgl_stepCallback_t nbgl_stepDesc_s::init |
if not NULL, function to be called when the step is entered
Definition at line 44 of file nbgl_flow.h.
const char* nbgl_stepDesc_s::subText |
sub-text to display in step (NULL most of the time)
Definition at line 47 of file nbgl_flow.h.
const char* nbgl_stepDesc_s::text |
text to display in step (can be multi-pages if icon == NULL)
Definition at line 46 of file nbgl_flow.h.