OPTIGA™ Trust M
Host Library Documentation
data_blob Struct Reference

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...
 

Detailed Description

Structure to specify a byte stream consisting of length and data pointer.

Definition at line 104 of file optiga_lib_types.h.

Field Documentation

◆ data_ptr

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.

◆ length

uint16_t data_blob::length

Length of the byte stream.

Definition at line 109 of file optiga_lib_types.h.