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

This structure contains a [tag,value] pair. More...

#include <nbgl_content.h>

Collaboration diagram for nbgl_contentTagValue_t:
Collaboration graph
[legend]

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
 

Detailed Description

This structure contains a [tag,value] pair.

Definition at line 144 of file nbgl_content.h.

Member Data Documentation

◆ 

union { ... }

◆ aliasValue

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 157 of file nbgl_content.h.

◆ centeredInfo

int8_t nbgl_contentTagValue_t::centeredInfo

if set to 1, the tag will be displayed as a centered info

Definition at line 156 of file nbgl_content.h.

◆ extension

const nbgl_contentValueExt_t* nbgl_contentTagValue_t::extension

if not NULL, gives additional info on value field

Definition at line 152 of file nbgl_content.h.

◆ forcePageStart

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 154 of file nbgl_content.h.

◆ item

const char* nbgl_contentTagValue_t::item

string giving the tag name

Definition at line 145 of file nbgl_content.h.

◆ value

const char* nbgl_contentTagValue_t::value

string giving the value name

Definition at line 146 of file nbgl_content.h.

◆ valueIcon

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 149 of file nbgl_content.h.


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