|
SDK สำหรับ TESAIoT Dev Kit
คู่มืออ้างอิง API และ Tutorial (ModusToolbox)
|
Specifies the structure for protected update manifest and fragment configuration. More...
#include <optiga_trust_helpers.h>
Data Fields | |
| uint8_t | manifest_version |
| Manifest version. | |
| const uint8_t * | manifest_data |
| Pointer to a buffer where manifest data is stored. | |
| uint16_t | manifest_length |
| Manifest length. | |
| const uint8_t * | continue_fragment_data |
| Pointer to a buffer where continue fragment data is stored. | |
| uint16_t | continue_fragment_length |
| Continue fragment length. | |
| const uint8_t * | final_fragment_data |
| Pointer to a buffer where final fragment data is stored. | |
| uint16_t | final_fragment_length |
| Final fragment length. | |
Specifies the structure for protected update manifest and fragment configuration.
| uint8_t optiga_protected_update_manifest_fragment_configuration::manifest_version |
Manifest version.
| const uint8_t* optiga_protected_update_manifest_fragment_configuration::manifest_data |
Pointer to a buffer where manifest data is stored.
| uint16_t optiga_protected_update_manifest_fragment_configuration::manifest_length |
Manifest length.
| const uint8_t* optiga_protected_update_manifest_fragment_configuration::continue_fragment_data |
Pointer to a buffer where continue fragment data is stored.
| uint16_t optiga_protected_update_manifest_fragment_configuration::continue_fragment_length |
Continue fragment length.
| const uint8_t* optiga_protected_update_manifest_fragment_configuration::final_fragment_data |
Pointer to a buffer where final fragment data is stored.
| uint16_t optiga_protected_update_manifest_fragment_configuration::final_fragment_length |
Final fragment length.