|
Embedded SDK
Embedded SDK
|
Global UX state shared between the application and the UX event handlers. More...
#include <ux_bagl.h>

Public Attributes | |
| unsigned char | stack_count |
| bolos_task_status_t | exit_code |
| bagl_element_t | tmp_element |
| ux_stack_slot_t | stack [UX_STACK_SLOT_COUNT] |
| bolos_ux_params_t | params |
| char * | externalText |
| bool | validate_pin_from_dashboard |
| char | string_buffer [128] |
Global UX state shared between the application and the UX event handlers.
Fields:
exit_code: set by the OS to signal a task status changevalidate_pin_from_dashboard: set to true when BOLOS_UX_VALIDATE_PIN is receivedstring_buffer: 128-byte scratch buffer for transient display strings | ux_stack_slot_t ux_state_s::stack[UX_STACK_SLOT_COUNT] |
| bagl_element_t ux_state_s::tmp_element |