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

#include <nbgl_use_case.h>

Collaboration diagram for nbgl_genericContents_t:
Collaboration graph
[legend]

Public Attributes

bool callbackCallNeeded
 
union {
   const nbgl_content_t *   contentsList
 array of nbgl_content_t (nbContents items). More...
 
   nbgl_contentCallback_t   contentGetterCallback
 function to call to retrieve a given content More...
 
}; 
 
uint8_t nbContents
 number of contents More...
 

Detailed Description

Definition at line 145 of file nbgl_use_case.h.

Member Data Documentation

◆ 

union { ... }

◆ callbackCallNeeded

bool nbgl_genericContents_t::callbackCallNeeded

indicates whether contents should be retrieved using contentsList or contentGetterCallback

Definition at line 146 of file nbgl_use_case.h.

◆ contentGetterCallback

nbgl_contentCallback_t nbgl_genericContents_t::contentGetterCallback

function to call to retrieve a given content

Definition at line 151 of file nbgl_use_case.h.

◆ contentsList

const nbgl_content_t* nbgl_genericContents_t::contentsList

array of nbgl_content_t (nbContents items).

Definition at line 149 of file nbgl_use_case.h.

◆ nbContents

uint8_t nbgl_genericContents_t::nbContents

number of contents

Definition at line 153 of file nbgl_use_case.h.


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