ApplicationProperties_t Struct ReferenceApplication Interface > Application Properties
Description
Application Properties struct.
Definition at line
122
of file
application_properties.h
.
#include <
application_properties.h
>
Data Fields |
|
| uint8_t | magic [16] |
|
Magic value indicating this is an
ApplicationProperties_t
struct. Must equal
APPLICATION_PROPERTIES_MAGIC
.
|
|
| uint32_t | structVersion |
|
Version number of this struct.
|
|
| uint32_t | signatureType |
|
Type of signature this application is signed with.
|
|
| uint32_t | signatureLocation |
|
Location of the signature. Typically points to the end of the application.
|
|
| ApplicationData_t | app |
|
Information about the application.
|
|
| ApplicationCertificate_t * | cert |
|
Pointer to information about the certificate.
|
|
| uint8_t * | longTokenSectionAddress |
|
Pointer to Long Token Data Section.
|
|
| const uint8_t | decryptKey [16] |
|
Parser Decryption Key.
|
|
The documentation for this struct was generated from the following file:
-
application_properties.h