Embedded SDK
Embedded SDK
|
This structure contains data to build a INFOS_LIST content. More...
#include <nbgl_content.h>
Public Attributes | |
const char *const * | infoTypes |
array of types of infos (in black/bold) More... | |
const char *const * | infoContents |
array of contents of infos (in black) More... | |
const nbgl_contentValueExt_t * | infoExtensions |
uint8_t | nbInfos |
number of elements in infoTypes and infoContents array More... | |
uint8_t | token |
bool | withExtensions |
This structure contains data to build a INFOS_LIST content.
Definition at line 268 of file nbgl_content.h.
const char* const* nbgl_contentInfoList_t::infoContents |
array of contents of infos (in black)
Definition at line 270 of file nbgl_content.h.
const nbgl_contentValueExt_t* nbgl_contentInfoList_t::infoExtensions |
if not NULL, gives additional info on type field any {0} element of this array is considered as invalid
Definition at line 272 of file nbgl_content.h.
const char* const* nbgl_contentInfoList_t::infoTypes |
array of types of infos (in black/bold)
Definition at line 269 of file nbgl_content.h.
uint8_t nbgl_contentInfoList_t::nbInfos |
number of elements in infoTypes and infoContents array
Definition at line 274 of file nbgl_content.h.
uint8_t nbgl_contentInfoList_t::token |
token to use with extensions, if withExtensions is true and infoExtensions is not NULL
Definition at line 275 of file nbgl_content.h.
bool nbgl_contentInfoList_t::withExtensions |
Definition at line 277 of file nbgl_content.h.