Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_layoutConfirmationButton_t Struct Reference

This structure contains info to build a confirmation button. More...

#include <nbgl_layout.h>

Public Attributes

const char * text
 text of the button
 
int token
 token of the button
 
bool active
 if true, button is active, otherwise inactive (grayed-out)
 

Detailed Description

This structure contains info to build a confirmation button.

Definition at line 390 of file nbgl_layout.h.

Member Data Documentation

◆ active

bool nbgl_layoutConfirmationButton_t::active

if true, button is active, otherwise inactive (grayed-out)

Definition at line 393 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutConfirmationButton_t::text

text of the button

Definition at line 391 of file nbgl_layout.h.

◆ token

int nbgl_layoutConfirmationButton_t::token

token of the button

Definition at line 392 of file nbgl_layout.h.


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