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

This structure contains data to build a BARS_LIST content. More...

#include <nbgl_content.h>

Public Attributes

const char *const * barTexts
 array of texts for each bar (nbBars items, in black/bold) More...
 
const uint8_ttokens
 array of tokens, one for each bar (nbBars items) More...
 
uint8_t nbBars
 number of elements in barTexts and tokens array More...
 

Detailed Description

This structure contains data to build a BARS_LIST content.

Definition at line 295 of file nbgl_content.h.

Member Data Documentation

◆ barTexts

const char* const* nbgl_contentBarsList_t::barTexts

array of texts for each bar (nbBars items, in black/bold)

Definition at line 296 of file nbgl_content.h.

◆ nbBars

uint8_t nbgl_contentBarsList_t::nbBars

number of elements in barTexts and tokens array

Definition at line 298 of file nbgl_content.h.

◆ tokens

const uint8_t* nbgl_contentBarsList_t::tokens

array of tokens, one for each bar (nbBars items)

Definition at line 297 of file nbgl_content.h.


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