Structure to specify a byte stream consisting of length and data pointer. More...
#include <optiga_lib_types.h>
Public Attributes | |
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.
uint8_t* data_blob::data_ptr |
Pointer to byte array which contains the data stream.
uint16_t data_blob::length |
Length of the byte stream.