Embedded SDK
Embedded SDK
|
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>
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 | ||
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.
union { ... } nbgl_contentValueExt_t |
nbgl_contentValueAliasType_t nbgl_contentValueExt_t::aliasType |
type of alias
Definition at line 161 of file nbgl_content.h.
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.
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.
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.
const struct nbgl_contentInfoList_s* nbgl_contentValueExt_t::infolist |
if aliasType is INFO_LIST_ALIAS
Definition at line 157 of file nbgl_content.h.
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.
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.