Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_contentValueExt_t Struct Reference

This structure contains additions to a tag/value pair, to be able to build a screen to display these additions (for alias) More...

#include <nbgl_content.h>

Collaboration diagram for nbgl_contentValueExt_t:
Collaboration graph
[legend]

Public Attributes

const char * fullValue
 full string of the value when used as an alias
 
const char * explanation
 
const char * title
 
const char * backText
 used as title of the popping page, if not NULL, otherwise "item" is used
 
union { 
 
   const struct nbgl_contentInfoList_s *   infolist 
 if aliasType is INFO_LIST_ALIAS More...
 
   const struct nbgl_contentTagValueList_s *   tagValuelist 
 if aliasType is TAG_VALUE_LIST_ALIAS More...
 
};  
 
nbgl_contentValueAliasType_t aliasType
 type of alias
 

Detailed Description

This structure contains additions to a tag/value pair, to be able to build a screen to display these additions (for alias)

Definition at line 148 of file nbgl_content.h.

Member Data Documentation

◆ [union]

union { ... } nbgl_contentValueExt_t

◆ aliasType

nbgl_contentValueAliasType_t nbgl_contentValueExt_t::aliasType

type of alias

Definition at line 161 of file nbgl_content.h.

◆ backText

const char* nbgl_contentValueExt_t::backText

used as title of the popping page, if not NULL, otherwise "item" is used

Definition at line 155 of file nbgl_content.h.

◆ explanation

const char* nbgl_contentValueExt_t::explanation

string displayed in gray, explaing where the alias comes from only used if aliasType is NO_ALIAS_TYPE

Definition at line 150 of file nbgl_content.h.

◆ fullValue

const char* nbgl_contentValueExt_t::fullValue

full string of the value when used as an alias

Definition at line 149 of file nbgl_content.h.

◆ infolist

const struct nbgl_contentInfoList_s* nbgl_contentValueExt_t::infolist

if aliasType is INFO_LIST_ALIAS

Definition at line 157 of file nbgl_content.h.

◆ tagValuelist

const struct nbgl_contentTagValueList_s* nbgl_contentValueExt_t::tagValuelist

if aliasType is TAG_VALUE_LIST_ALIAS

Definition at line 159 of file nbgl_content.h.

◆ title

const char* nbgl_contentValueExt_t::title

if not NULL and aliasType is QR_CODE_ALIAS, is used as title of the QR Code

Definition at line 152 of file nbgl_content.h.


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