OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
data_blob Struct Reference

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

Detailed Description

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

Member Data Documentation

◆ data_ptr

uint8_t* data_blob::data_ptr

Pointer to byte array which contains the data stream.

◆ length

uint16_t data_blob::length

Length of the byte stream.


The documentation for this struct was generated from the following file: