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

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

#include <nbgl_content.h>

Collaboration diagram for nbgl_contentInfoList_t:
Collaboration graph
[legend]

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_tinfoExtensions
 
uint8_t nbInfos
 number of elements in infoTypes and infoContents array More...
 
uint8_t token
 
bool withExtensions
 

Detailed Description

This structure contains data to build a INFOS_LIST content.

Definition at line 268 of file nbgl_content.h.

Member Data Documentation

◆ infoContents

const char* const* nbgl_contentInfoList_t::infoContents

array of contents of infos (in black)

Definition at line 270 of file nbgl_content.h.

◆ infoExtensions

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.

◆ infoTypes

const char* const* nbgl_contentInfoList_t::infoTypes

array of types of infos (in black/bold)

Definition at line 269 of file nbgl_content.h.

◆ nbInfos

uint8_t nbgl_contentInfoList_t::nbInfos

number of elements in infoTypes and infoContents array

Definition at line 274 of file nbgl_content.h.

◆ token

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.

◆ withExtensions

bool nbgl_contentInfoList_t::withExtensions

Definition at line 277 of file nbgl_content.h.


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