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>

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

Detailed Description

This structure contains data to build a INFOS_LIST content.

Definition at line 264 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 266 of file nbgl_content.h.

◆ infoTypes

const char* const* nbgl_contentInfoList_t::infoTypes

array of types of infos (in black/bold)

Definition at line 265 of file nbgl_content.h.

◆ nbInfos

uint8_t nbgl_contentInfoList_t::nbInfos

number of elements in infoTypes and infoContents array

Definition at line 267 of file nbgl_content.h.


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