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

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_ticon
 icon to display in step (text must be single-page) More...
 

Detailed Description

Structure containing all specific information when creating a NBGL step.

Definition at line 43 of file nbgl_flow.h.

Member Data Documentation

◆ callback

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.

◆ icon

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.

◆ init

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.

◆ subText

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.

◆ text

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.


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