OH_Huks_Blob

Overview

Defines the structure for storing data.

Since: 9

Related Modules:

HuksTypeApi

Summary

Member Variables

Name Description
size Data size.
data Pointer to the memory in which the data is stored.

Member Variable Description

data

uint8_t* OH_Huks_Blob::data

Description
Pointer to the memory in which the data is stored.

size

uint32_t OH_Huks_Blob::size

Description
Data size.