Embedded SDK
Embedded SDK
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>

Public Attributes

const char * fullValue
 full string of the value when used as an alias More...
 
const char * explanation
 
nbgl_contentValueAliasType_t aliasType
 type of alias More...
 

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

Member Data Documentation

◆ aliasType

nbgl_contentValueAliasType_t nbgl_contentValueExt_t::aliasType

type of alias

Definition at line 138 of file nbgl_content.h.

◆ explanation

const char* nbgl_contentValueExt_t::explanation

string displayed in gray, explaing where the alias comes from if NULL, a default explanation is provided, depending of the type

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


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