OPTIGA™ Trust M
Host Library Documentation
|
Structure to specify a byte stream consisting of length and data pointer. More...
#include <optiga_lib_types.h>
Data Fields | |
uint8_t * | data_ptr |
Pointer to byte array which contains the data stream. More... | |
uint16_t | length |
Length of the byte stream. More... | |
Structure to specify a byte stream consisting of length and data pointer.
Definition at line 104 of file optiga_lib_types.h.
uint8_t* data_blob::data_ptr |
Pointer to byte array which contains the data stream.
Definition at line 107 of file optiga_lib_types.h.
uint16_t data_blob::length |
Length of the byte stream.
Definition at line 109 of file optiga_lib_types.h.