Embedded SDK
Embedded SDK
|
This structure contains a [tag,value] pair. More...
#include <nbgl_content.h>
Public Attributes | |
const char * | item |
string giving the tag name More... | |
const char * | value |
string giving the value name More... | |
union { | |
const nbgl_icon_details_t * valueIcon | |
const nbgl_contentValueExt_t * extension | |
if not NULL, gives additional info on value field More... | |
}; | |
int8_t | forcePageStart: 1 |
int8_t | centeredInfo: 1 |
if set to 1, the tag will be displayed as a centered info More... | |
int8_t | aliasValue: 1 |
This structure contains a [tag,value] pair.
Definition at line 148 of file nbgl_content.h.
union { ... } |
int8_t nbgl_contentTagValue_t::aliasValue |
if set to 1, the value represents an alias and an icon enables to view the full value
Definition at line 161 of file nbgl_content.h.
int8_t nbgl_contentTagValue_t::centeredInfo |
if set to 1, the tag will be displayed as a centered info
Definition at line 160 of file nbgl_content.h.
const nbgl_contentValueExt_t* nbgl_contentTagValue_t::extension |
if not NULL, gives additional info on value field
Definition at line 156 of file nbgl_content.h.
int8_t nbgl_contentTagValue_t::forcePageStart |
if set to 1, the tag will be displayed at the top of a new review page
Definition at line 158 of file nbgl_content.h.
const char* nbgl_contentTagValue_t::item |
string giving the tag name
Definition at line 149 of file nbgl_content.h.
const char* nbgl_contentTagValue_t::value |
string giving the value name
Definition at line 150 of file nbgl_content.h.
const nbgl_icon_details_t* nbgl_contentTagValue_t::valueIcon |
a buffer containing the 32px 1BPP icon for icon on right of value (can be NULL)
Definition at line 153 of file nbgl_content.h.